[PATCH] D120890: [clang][dataflow] Add a lattice to track source locations.
Yitzhak Mandelbaum via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 3 04:01:35 PST 2022
ymandel created this revision.
ymandel added a reviewer: sgatev.
Herald added subscribers: tschuett, steakhal, mgrang, mgorny.
Herald added a project: All.
ymandel requested review of this revision.
Herald added a project: clang.
This patch adds a simpe lattice used to collect source loctions. An intended application is to track errors found in code during an analysis.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D120890
Files:
clang/include/clang/Analysis/FlowSensitive/SourceLocationsLattice.h
clang/lib/Analysis/FlowSensitive/CMakeLists.txt
clang/lib/Analysis/FlowSensitive/SourceLocationsLattice.cpp
clang/unittests/Analysis/FlowSensitive/CMakeLists.txt
clang/unittests/Analysis/FlowSensitive/SourceLocationsLatticeTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120890.412668.patch
Type: text/x-patch
Size: 7907 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220303/fccb7948/attachment.bin>
More information about the cfe-commits
mailing list