llvm-project/clang/unittests/Analysis/FlowSensitive
Wei Yi Tee 14757d5b84 [clang][dataflow] Refactor `TypeErasedDataflowAnalysisTest` - replace usage of the deprecated overload of `checkDataflow`.
Reviewed By: gribozavr2, sgatev

Differential Revision: https://reviews.llvm.org/D132756
2022-09-01 19:17:37 +00:00
..
CFGMatchSwitchTest.cpp [clang][dataflow] Generalise match switch utility to other AST types and add a `CFGMatchSwitch` which currently handles `CFGStmt` and `CFGInitializer`. 2022-09-01 10:15:53 +00:00
CMakeLists.txt [clang][dataflow] Generalise match switch utility to other AST types and add a `CFGMatchSwitch` which currently handles `CFGStmt` and `CFGInitializer`. 2022-09-01 10:15:53 +00:00
ChromiumCheckModelTest.cpp [clang][dataflow] Move NoopAnalysis from unittests to include 2022-07-22 14:11:32 +00:00
DataflowAnalysisContextTest.cpp [clang][dataflow] Add explicit "AST" nodes for implications and iff 2022-07-26 14:19:22 +02:00
DataflowEnvironmentTest.cpp [clang][dataflow] Move NoopAnalysis from unittests to include 2022-07-22 14:11:32 +00:00
DebugSupportTest.cpp [clang][dataflow] Add explicit "AST" nodes for implications and iff 2022-07-26 14:19:22 +02:00
MapLatticeTest.cpp [clang][dataflow] Fix MapLattice::insert() to not drop return value 2022-07-25 14:24:33 -04:00
MatchSwitchTest.cpp [clang][dataflow] Generalise match switch utility to other AST types and add a `CFGMatchSwitch` which currently handles `CFGStmt` and `CFGInitializer`. 2022-09-01 10:15:53 +00:00
MultiVarConstantPropagationTest.cpp [clang][dataflow] Replace TEST_F with TEST where possible 2022-06-30 16:03:33 +00:00
SingleVarConstantPropagationTest.cpp [clang][dataflow] Extend transfer functions for other `CFGElement`s 2022-08-31 10:23:53 +00:00
SolverTest.cpp [clang][dataflow] Add explicit "AST" nodes for implications and iff 2022-07-26 14:19:22 +02:00
TestingSupport.cpp [clang][dataflow] Use `StringMap` for storing analysis states at annotated points instead of `vector<pair<string, StateT>>`. 2022-09-01 14:09:43 +00:00
TestingSupport.h [clang][dataflow] Refactor `TypeErasedDataflowAnalysisTest` - replace usage of the deprecated overload of `checkDataflow`. 2022-09-01 19:17:37 +00:00
TestingSupportTest.cpp [clang][dataflow] Move NoopAnalysis from unittests to include 2022-07-22 14:11:32 +00:00
TransferTest.cpp [clang][dataflow] Use `StringMap` for storing analysis states at annotated points instead of `vector<pair<string, StateT>>`. 2022-09-01 14:09:43 +00:00
TypeErasedDataflowAnalysisTest.cpp [clang][dataflow] Refactor `TypeErasedDataflowAnalysisTest` - replace usage of the deprecated overload of `checkDataflow`. 2022-09-01 19:17:37 +00:00
UncheckedOptionalAccessModelTest.cpp [clang][dataflow] Refactor `TestingSupport.h` 2022-09-01 13:21:34 +00:00