[PATCH] D116369: [clang][dataflow] Add parameterized map lattice.

Yitzhak Mandelbaum via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 29 05:10:21 PST 2021


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

This patchs adds a `MapLattice` template for lifting a lattice to a keyed map. A
typical use is for modeling variables in a scope with a partcular lattice.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D116369

Files:
  clang/include/clang/Analysis/FlowSensitive/MapLattice.h
  clang/unittests/Analysis/FlowSensitive/CMakeLists.txt
  clang/unittests/Analysis/FlowSensitive/MapLatticeTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116369.396517.patch
Type: text/x-patch
Size: 11996 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211229/cee3598d/attachment.bin>


More information about the cfe-commits mailing list