This avoids the need for casts at callsites.
Depends On D153852
Paths
| Differential D153854
[clang][dataflow] Make `getThisPointeeStorageLocation()` return an `AggregateStorageLocation`. ClosedPublic Authored by mboehme on Jun 27 2023, 3:39 AM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 27 2023, 5:30 AM This revision was landed with ongoing or failed builds.Jun 28 2023, 9:07 PM Closed by commit rG74d8455ba6a1: [clang][dataflow] Make `getThisPointeeStorageLocation()` return an… (authored by mboehme). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 534899 clang/include/clang/Analysis/FlowSensitive/DataflowEnvironment.h
clang/lib/Analysis/FlowSensitive/DataflowEnvironment.cpp
clang/lib/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.cpp
clang/unittests/Analysis/FlowSensitive/TransferTest.cpp
|