[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 26 05:18:25 PST 2021


sgatev updated this revision to Diff 390029.
sgatev marked 3 inline comments as done.
sgatev added a comment.

Replace "Dynamic" with "TypeErased" in the names of types and their members.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114234/new/

https://reviews.llvm.org/D114234

Files:
  clang/include/clang/Analysis/FlowSensitive/DataflowAnalysis.h
  clang/include/clang/Analysis/FlowSensitive/DataflowEnvironment.h
  clang/include/clang/Analysis/FlowSensitive/DataflowLattice.h
  clang/include/clang/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.h
  clang/lib/Analysis/CMakeLists.txt
  clang/lib/Analysis/FlowSensitive/CMakeLists.txt
  clang/lib/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114234.390029.patch
Type: text/x-patch
Size: 14429 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211126/8207db77/attachment.bin>


More information about the cfe-commits mailing list