For the time being, we're keeping the Strict versions around as deprecated synonyms so that clients can be migrated, but these synonyms will be removed soon.
Depends On D156673
Paths
| Differential D156674
[clang][dataflow] Remove `Strict` suffix from accessors. ClosedPublic Authored by mboehme on Jul 31 2023, 4:55 AM.
Details Summary For the time being, we're keeping the Strict versions around as deprecated synonyms so that clients can be migrated, but these synonyms will be removed soon. Depends On D156673
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 31 2023, 5:27 AM Closed by commit rGb244b6ae0b21: [clang][dataflow] Remove `Strict` suffix from accessors. (authored by mboehme). · Explain WhyJul 31 2023, 12:40 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 545599 clang/include/clang/Analysis/FlowSensitive/DataflowEnvironment.h
clang/lib/Analysis/FlowSensitive/DataflowEnvironment.cpp
clang/lib/Analysis/FlowSensitive/HTMLLogger.cpp
clang/lib/Analysis/FlowSensitive/Models/UncheckedOptionalAccessModel.cpp
clang/lib/Analysis/FlowSensitive/Transfer.cpp
clang/lib/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.cpp
clang/unittests/Analysis/FlowSensitive/DataflowEnvironmentTest.cpp
clang/unittests/Analysis/FlowSensitive/SignAnalysisTest.cpp
clang/unittests/Analysis/FlowSensitive/TypeErasedDataflowAnalysisTest.cpp
|