[all-commits] [llvm/llvm-project] 7ee97c: [clang][dataflow] Add a lattice to track source lo...
Yitzhak Mandelbaum via All-commits
all-commits at lists.llvm.org
Fri Mar 4 09:13:52 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7ee97c24efab4b2617da7f188760b0ad2dcc2125
https://github.com/llvm/llvm-project/commit/7ee97c24efab4b2617da7f188760b0ad2dcc2125
Author: Yitzhak Mandelbaum <yitzhakm at google.com>
Date: 2022-03-04 (Fri, 04 Mar 2022)
Changed paths:
A clang/include/clang/Analysis/FlowSensitive/SourceLocationsLattice.h
M clang/lib/Analysis/FlowSensitive/CMakeLists.txt
A clang/lib/Analysis/FlowSensitive/SourceLocationsLattice.cpp
M clang/unittests/Analysis/FlowSensitive/CMakeLists.txt
A clang/unittests/Analysis/FlowSensitive/SourceLocationsLatticeTest.cpp
Log Message:
-----------
[clang][dataflow] Add a lattice to track source locations.
This patch adds a simpe lattice used to collect source loctions. An intended application is to track errors found in code during an analysis.
Differential Revision: https://reviews.llvm.org/D120890
More information about the All-commits
mailing list