[all-commits] [llvm/llvm-project] e0aefb: [clang][dataflow] Add an API for dataflow "models"...

Yitzhak Mandelbaum via All-commits all-commits at lists.llvm.org
Wed Mar 16 12:48:19 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e0aefb4f92782f0679470ee3834801977199a1b1
      https://github.com/llvm/llvm-project/commit/e0aefb4f92782f0679470ee3834801977199a1b1
  Author: Yitzhak Mandelbaum <yitzhakm at google.com>
  Date:   2022-03-16 (Wed, 16 Mar 2022)

  Changed paths:
    M clang/include/clang/Analysis/FlowSensitive/DataflowAnalysis.h

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

This patch introduces `DataflowModel`, an abstract base class for dataflow
"models": reusable analysis components that model a particular aspect of program
semantics.

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




More information about the All-commits mailing list