This is an archive of the discontinued LLVM Phabricator instance.

[clang][dataflow] Make `getThisPointeeStorageLocation()` return an `AggregateStorageLocation`.
ClosedPublic

Authored by mboehme on Jun 27 2023, 3:39 AM.

Details

Summary

This avoids the need for casts at callsites.

Depends On D153852

Diff Detail

Event Timeline

mboehme created this revision.Jun 27 2023, 3:39 AM
Herald added a project: Restricted Project. · View Herald Transcript
mboehme requested review of this revision.Jun 27 2023, 3:39 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 27 2023, 3:39 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
sammccall accepted this revision.Jun 27 2023, 5:30 AM
This revision is now accepted and ready to land.Jun 27 2023, 5:30 AM
xazax.hun accepted this revision.Jun 27 2023, 9:20 AM
gribozavr2 accepted this revision.Jun 28 2023, 5:18 AM

Pre-merge failure looks unrelated

This revision was landed with ongoing or failed builds.Jun 28 2023, 9:07 PM
This revision was automatically updated to reflect the committed changes.