[PATCH] D121796: [clang][dataflow] Add an API for dataflow "models" -- reusable analysis components.

Yitzhak Mandelbaum via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 16 07:09:50 PDT 2022


ymandel marked 3 inline comments as done.
ymandel 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
----------------
gribozavr2 wrote:
> DYM "Abstract base class"?
Indeed.


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