llvm-project/clang/lib/Analysis/FlowSensitive
Stanislav Gatev 8207c2a660 [clang][dataflow] Handle `for` statements without conditions
Handle `for` statements without conditions.

Differential Revision: https://reviews.llvm.org/D128833

Reviewed-by: xazax.hun, gribozavr2, li.zhe.hua
2022-06-30 07:00:35 +00:00
..
Models [clang][dataflow] Use NoopLattice in optional model 2022-06-29 20:10:42 +00:00
CMakeLists.txt [clang][dataflow] Delete SourceLocationsLattice 2022-06-29 20:14:07 +00:00
ControlFlowContext.cpp [clang] Don't use Optional::hasValue (NFC) 2022-06-25 22:26:24 -07:00
DataflowAnalysisContext.cpp [clang][dataflow] Do not allow substitution of true/false boolean literals in `buildAndSubstituteFlowCondition` 2022-06-27 21:04:52 +02:00
DataflowEnvironment.cpp [clang][dataflow] Singleton pointer values for null pointers. 2022-06-27 14:17:34 +02:00
Transfer.cpp [clang][dataflow] Singleton pointer values for null pointers. 2022-06-27 14:17:34 +02:00
TypeErasedDataflowAnalysis.cpp [clang][dataflow] Handle `for` statements without conditions 2022-06-30 07:00:35 +00:00
WatchedLiteralsSolver.cpp [clang][dataflow] Add SAT solver interface and implementation 2022-02-25 14:46:52 +00:00