[clang][dataflow] Replace usage of the deprecated overload of `checkDataflow`.
authorWei Yi Tee <wyt@google.com>
Fri, 16 Sep 2022 15:16:49 +0000 (15:16 +0000)
committerWei Yi Tee <wyt@google.com>
Fri, 16 Sep 2022 16:19:07 +0000 (16:19 +0000)
commit9cbdef610339e2b762ba5fa98a4db044bba19d0d
tree81f57056e1ecf9b296c91c806981caddf5124f6c
parent513717ddd0a318275352dc47a8984833455841c7
[clang][dataflow] Replace usage of the deprecated overload of `checkDataflow`.

Updated files:
- `ChromiumCheckModelTest.cpp`.
- `MatchSwitchTest.cpp`.
- `MultiVarConstantPropagationTest.cpp`.
- `SingleVarConstantPropagationTest.cpp`.
- `TestingSupportTest.cpp`.
- `TransferTest.cpp`.

Reviewed By: gribozavr2, sgatev

Differential Revision: https://reviews.llvm.org/D133865
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