[PATCH] D121796: [clang][dataflow] Add an API for dataflow "models" -- reusable analysis components.
Dmitri Gribenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 16 06:57:45 PDT 2022
gribozavr2 added inline comments.
================
Comment at: clang/include/clang/Analysis/FlowSensitive/DataflowAnalysis.h:139
+/// Virtual base class for "dataflow models": reusable analysis components that
+/// model a particular aspect of program semantics, with respect to a specific
----------------
DYM "Abstract base class"?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121796/new/
https://reviews.llvm.org/D121796
More information about the cfe-commits
mailing list