This is an archive of the discontinued LLVM Phabricator instance.

[clang][dataflow] Remove checks that test for consistency between `StructValue` and `AggregateStorageLocation`.
AbandonedPublic

Authored by mboehme on Jul 25 2023, 4:57 AM.

Details

Reviewers
xazax.hun
Summary

Now that the redundancy between these two classes has been eliminated, these
checks aren't needed any more.

Diff Detail

Event Timeline

mboehme created this revision.Jul 25 2023, 4:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 25 2023, 4:57 AM
mboehme requested review of this revision.Jul 25 2023, 4:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 25 2023, 4:57 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
xazax.hun accepted this revision.Jul 25 2023, 8:28 AM
This revision is now accepted and ready to land.Jul 25 2023, 8:28 AM
mboehme abandoned this revision.Jul 26 2023, 5:18 AM

This is a duplicate of https://reviews.llvm.org/D155813 that I uploaded for some reason. Sorry for the noise.