llvm-project/clang/lib/Analysis/FlowSensitive
Yitzhak Mandelbaum 3595189217 [clang][dataflow] Allow clients to disable built-in transfer functions.
These built-in functions build the (sophisticated) model of the code's
memory. This model isn't used by all analyses, so we provide for disabling it to
avoid incurring the costs associated with its construction.

Differential Revision: https://reviews.llvm.org/D118178
2022-01-26 17:24:59 +00:00
..
CMakeLists.txt [clang][dataflow] Add transfer function for VarDecl statements 2022-01-04 09:16:01 +00:00
ControlFlowContext.cpp [clang][dataflow] Add transfer functions for initializers 2022-01-12 21:51:39 +00:00
DataflowEnvironment.cpp [clang][dataflow] Enable merging distinct values in Environment::join 2022-01-26 11:40:51 +00:00
Transfer.cpp [clang][dataflow] Add a transfer function for CXXBoolLiteralExpr 2022-01-26 15:33:00 +00:00
TypeErasedDataflowAnalysis.cpp [clang][dataflow] Allow clients to disable built-in transfer functions. 2022-01-26 17:24:59 +00:00