Rename DataflowAnalysisContext::getStableStorageLocation(QualType) to createStorageLocation, to make it clear that it doesn't return a stable storage location.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D131021
[clang][dataflow] Rename member to make it clear that it isn't stable ClosedPublic Authored by sgatev on Aug 2 2022, 2:13 PM.
Details Summary Rename DataflowAnalysisContext::getStableStorageLocation(QualType) to createStorageLocation, to make it clear that it doesn't return a stable storage location.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 2 2022, 2:16 PM This revision was landed with ongoing or failed builds.Aug 2 2022, 11:25 PM Closed by commit rG817dd5e3fd6b: [clang][dataflow] Rename member to make it clear that it isn't stable (authored by sgatev). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 449553 clang/include/clang/Analysis/FlowSensitive/DataflowAnalysisContext.h
clang/lib/Analysis/FlowSensitive/DataflowAnalysisContext.cpp
clang/lib/Analysis/FlowSensitive/DataflowEnvironment.cpp
|