This parameter was already a no-op, so removing it doesn't change behavior.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D150137
[clang][dataflow][NFC] Remove `SkipPast` param from `getValue(const ValueDecl &)`. ClosedPublic Authored by mboehme on May 8 2023, 12:09 PM.
Details Summary This parameter was already a no-op, so removing it doesn't change behavior.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 8 2023, 1:05 PM Closed by commit rG0c852dc88e92: [clang][dataflow][NFC] Remove `SkipPast` param from `getValue(const ValueDecl… (authored by mboehme). · Explain WhyMay 9 2023, 12:42 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 520615 clang/include/clang/Analysis/FlowSensitive/DataflowEnvironment.h
clang/lib/Analysis/FlowSensitive/DataflowEnvironment.cpp
clang/unittests/Analysis/FlowSensitive/ChromiumCheckModelTest.cpp
clang/unittests/Analysis/FlowSensitive/DataflowEnvironmentTest.cpp
clang/unittests/Analysis/FlowSensitive/SignAnalysisTest.cpp
clang/unittests/Analysis/FlowSensitive/TestingSupport.h
clang/unittests/Analysis/FlowSensitive/TransferTest.cpp
clang/unittests/Analysis/FlowSensitive/TypeErasedDataflowAnalysisTest.cpp
|