[all-commits] [llvm/llvm-project] 6a97be: [clang][dataflow] Delete SourceLocationsLattice
Sam Estep via All-commits
all-commits at lists.llvm.org
Wed Jun 29 13:14:21 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6a97be27a1de652b8f09f43178d09fc100b05990
https://github.com/llvm/llvm-project/commit/6a97be27a1de652b8f09f43178d09fc100b05990
Author: Sam Estep <sam at samestep.com>
Date: 2022-06-29 (Wed, 29 Jun 2022)
Changed paths:
M clang/docs/tools/clang-formatted-files.txt
R clang/include/clang/Analysis/FlowSensitive/SourceLocationsLattice.h
M clang/lib/Analysis/FlowSensitive/CMakeLists.txt
R clang/lib/Analysis/FlowSensitive/SourceLocationsLattice.cpp
M clang/unittests/Analysis/FlowSensitive/CMakeLists.txt
R clang/unittests/Analysis/FlowSensitive/SourceLocationsLatticeTest.cpp
M llvm/utils/gn/secondary/clang/lib/Analysis/FlowSensitive/BUILD.gn
M llvm/utils/gn/secondary/clang/unittests/Analysis/FlowSensitive/BUILD.gn
Log Message:
-----------
[clang][dataflow] Delete SourceLocationsLattice
This patch deletes the now-unused `SourceLocationsLattice` class, along with its containing files and surrounding helper functions and tests.
Reviewed By: xazax.hun, ymandel, sgatev, gribozavr2
Differential Revision: https://reviews.llvm.org/D128448
More information about the All-commits
mailing list