[all-commits] [llvm/llvm-project] 9cbdef: [clang][dataflow] Replace usage of the deprecated ...
weiyi via All-commits
all-commits at lists.llvm.org
Fri Sep 16 09:20:13 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9cbdef610339e2b762ba5fa98a4db044bba19d0d
https://github.com/llvm/llvm-project/commit/9cbdef610339e2b762ba5fa98a4db044bba19d0d
Author: Wei Yi Tee <wyt at google.com>
Date: 2022-09-16 (Fri, 16 Sep 2022)
Changed paths:
M clang/unittests/Analysis/FlowSensitive/ChromiumCheckModelTest.cpp
M clang/unittests/Analysis/FlowSensitive/MatchSwitchTest.cpp
M clang/unittests/Analysis/FlowSensitive/MultiVarConstantPropagationTest.cpp
M clang/unittests/Analysis/FlowSensitive/SingleVarConstantPropagationTest.cpp
M clang/unittests/Analysis/FlowSensitive/TestingSupportTest.cpp
M clang/unittests/Analysis/FlowSensitive/TransferTest.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list