.. |
CMakeLists.txt
|
[clang][dataflow] Generate readable form of boolean values.
|
2022-07-13 10:35:17 +00:00 |
ChromiumCheckModelTest.cpp
|
[clang][dataflow] Replace TEST_F with TEST where possible
|
2022-06-30 16:03:33 +00:00 |
DataflowAnalysisContextTest.cpp
|
[clang][dataflow] Do not allow substitution of true/false boolean literals in `buildAndSubstituteFlowCondition`
|
2022-06-27 21:04:52 +02:00 |
DataflowEnvironmentTest.cpp
|
[clang][dataflow] Move logic for creating implication and iff expressions into `DataflowAnalysisContext` from `DataflowEnvironment`.
|
2022-06-24 23:16:44 +02:00 |
DebugSupportTest.cpp
|
[clang][dataflow] Generate readable form of input and output of satisfiability checking.
|
2022-07-13 11:58:51 +00:00 |
MapLatticeTest.cpp
|
[clang][dataflow] Add parameterized map lattice.
|
2022-01-04 14:27:15 +00:00 |
MatchSwitchTest.cpp
|
[clang][dataflow] Replace TEST_F with TEST where possible
|
2022-06-30 16:03:33 +00:00 |
MultiVarConstantPropagationTest.cpp
|
[clang][dataflow] Replace TEST_F with TEST where possible
|
2022-06-30 16:03:33 +00:00 |
NoopAnalysis.h
|
[clang][dataflow] Use NoopLattice in optional model
|
2022-06-29 20:10:42 +00:00 |
SingleVarConstantPropagationTest.cpp
|
[clang][dataflow] Replace TEST_F with TEST where possible
|
2022-06-30 16:03:33 +00:00 |
SolverTest.cpp
|
[clang][dataflow] Refactor boolean creation as a test utility.
|
2022-07-13 10:35:17 +00:00 |
TestingSupport.cpp
|
[clang] Don't use Optional::hasValue (NFC)
|
2022-06-26 18:51:54 -07:00 |
TestingSupport.h
|
[clang][dataflow] Refactor boolean creation as a test utility.
|
2022-07-13 10:15:06 +00:00 |
TestingSupportTest.cpp
|
[clang][dataflow] Replace TEST_F with TEST where possible
|
2022-06-30 16:03:33 +00:00 |
TransferTest.cpp
|
[clang][dataflow] Handle null pointers of type std::nullptr_t
|
2022-07-05 13:49:26 +00:00 |
TypeErasedDataflowAnalysisTest.cpp
|
[clang, clang-tools-extra] Use has_value instead of hasValue (NFC)
|
2022-07-12 22:47:41 -07:00 |
UncheckedOptionalAccessModelTest.cpp
|
[clang][dataflow] Add API to separate analysis from diagnosis
|
2022-06-29 19:18:39 +00:00 |