Updated files:
- ChromiumCheckModelTest.cpp.
- MatchSwitchTest.cpp.
- MultiVarConstantPropagationTest.cpp.
- SingleVarConstantPropagationTest.cpp.
- TestingSupportTest.cpp.
- TransferTest.cpp.
Paths
| Differential D133865
[clang][dataflow] Replace usage of the deprecated overload of `checkDataflow`. ClosedPublic Authored by wyt on Sep 14 2022, 8:18 AM.
Details Summary Updated files:
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 14 2022, 10:40 AM Closed by commit rG9cbdef610339: [clang][dataflow] Replace usage of the deprecated overload of `checkDataflow`. (authored by wyt). · Explain WhySep 16 2022, 9:20 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 460796 clang/unittests/Analysis/FlowSensitive/ChromiumCheckModelTest.cpp
clang/unittests/Analysis/FlowSensitive/MatchSwitchTest.cpp
clang/unittests/Analysis/FlowSensitive/MultiVarConstantPropagationTest.cpp
clang/unittests/Analysis/FlowSensitive/SingleVarConstantPropagationTest.cpp
clang/unittests/Analysis/FlowSensitive/TestingSupportTest.cpp
clang/unittests/Analysis/FlowSensitive/TransferTest.cpp
|
Do we need .withASTBuildArgs({"-fsyntax-only", "-std=c++17"}) here?