[all-commits] [llvm/llvm-project] 32dcb7: [clang][dataflow] Move NoopAnalysis from unittests...
Sam Estep via All-commits
all-commits at lists.llvm.org
Fri Jul 22 07:11:46 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 32dcb759c3005d8395b411a9aaa3d90815661d1c
https://github.com/llvm/llvm-project/commit/32dcb759c3005d8395b411a9aaa3d90815661d1c
Author: Sam Estep <sam at samestep.com>
Date: 2022-07-22 (Fri, 22 Jul 2022)
Changed paths:
M clang/docs/tools/clang-formatted-files.txt
A clang/include/clang/Analysis/FlowSensitive/NoopAnalysis.h
M clang/unittests/Analysis/FlowSensitive/ChromiumCheckModelTest.cpp
M clang/unittests/Analysis/FlowSensitive/DataflowEnvironmentTest.cpp
R clang/unittests/Analysis/FlowSensitive/NoopAnalysis.h
M clang/unittests/Analysis/FlowSensitive/TestingSupportTest.cpp
M clang/unittests/Analysis/FlowSensitive/TransferTest.cpp
M clang/unittests/Analysis/FlowSensitive/TypeErasedDataflowAnalysisTest.cpp
Log Message:
-----------
[clang][dataflow] Move NoopAnalysis from unittests to include
This patch moves `Analysis/FlowSensitive/NoopAnalysis.h` from `clang/unittests/` to `clang/include/clang/`, so that we can use it for doing context-sensitive analysis.
Reviewed By: ymandel, gribozavr2, sgatev
Differential Revision: https://reviews.llvm.org/D130304
More information about the All-commits
mailing list