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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/include/clang/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.h | ||
---|---|---|
44 | We use /// to start a doc comment. | |
45 | Let's add a FIXME to consider removing this if the framework gains support for composite analyses. | |
80 | We use /// to start a doc comment. | |
82 | Make this member const? | |
clang/unittests/Analysis/FlowSensitive/NoopAnalysis.h | ||
42–48 | We use /// to start a doc comment. |
We use /// to start a doc comment.