[PATCH] D114234: [clang][dataflow] Add base types for building dataflow analyses

Stanislav Gatev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 19 04:32:11 PST 2021


sgatev created this revision.
sgatev added reviewers: ymandel, NoQ, xazax.hun, gribozavr.
Herald added subscribers: rnkovacs, mgorny.
sgatev requested review of this revision.
Herald added a project: clang.

This is part of the implementation of the dataflow analysis framework.
See "[RFC] A dataflow analysis framework for Clang AST" on cfe-dev.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D114234

Files:
  clang/include/clang/Analysis/FlowSensitive/DataflowAnalysis.h
  clang/include/clang/Analysis/FlowSensitive/Environment.h
  clang/lib/Analysis/CMakeLists.txt
  clang/lib/Analysis/FlowSensitive/CMakeLists.txt
  clang/lib/Analysis/FlowSensitive/DataflowAnalysis.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114234.388460.patch
Type: text/x-patch
Size: 9903 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211119/dca42ea7/attachment-0001.bin>


More information about the cfe-commits mailing list