[all-commits] [llvm/llvm-project] ea6641: Revert "Revert "Revert "Revert "[analyzer] NFC: Mo...
NoQ via All-commits
all-commits at lists.llvm.org
Thu Dec 10 11:03:22 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ea6641085d025ca0a5cef940465ef14d0ccace02
https://github.com/llvm/llvm-project/commit/ea6641085d025ca0a5cef940465ef14d0ccace02
Author: Artem Dergachev <artem.dergachev at gmail.com>
Date: 2020-12-10 (Thu, 10 Dec 2020)
Changed paths:
A clang/include/clang/Analysis/PathDiagnosticConsumers.def
A clang/include/clang/Analysis/PathDiagnosticConsumers.h
M clang/include/clang/StaticAnalyzer/Core/Analyses.def
M clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
R clang/include/clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h
M clang/include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h
M clang/include/clang/module.modulemap
M clang/lib/Analysis/CMakeLists.txt
A clang/lib/Analysis/HTMLPathDiagnosticConsumer.cpp
A clang/lib/Analysis/PlistHTMLPathDiagnosticConsumer.cpp
A clang/lib/Analysis/PlistPathDiagnosticConsumer.cpp
A clang/lib/Analysis/SarifPathDiagnosticConsumer.cpp
A clang/lib/Analysis/TextPathDiagnosticConsumer.cpp
M clang/lib/Frontend/CompilerInvocation.cpp
M clang/lib/StaticAnalyzer/Core/CMakeLists.txt
R clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
R clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
R clang/lib/StaticAnalyzer/Core/SarifDiagnostics.cpp
R clang/lib/StaticAnalyzer/Core/TextDiagnostics.cpp
M clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
Log Message:
-----------
Revert "Revert "Revert "Revert "[analyzer] NFC: Move path diagnostic consumer implementations to libAnalysis.""""
This reverts commit 6a89cb8136f3435bd977b419b683dc0acc98e61e.
Commit: 00ffea77ad887b576e9db82d98c97a31fee172cb
https://github.com/llvm/llvm-project/commit/00ffea77ad887b576e9db82d98c97a31fee172cb
Author: Artem Dergachev <artem.dergachev at gmail.com>
Date: 2020-12-10 (Thu, 10 Dec 2020)
Changed paths:
A clang/include/clang/Analysis/CrossTUAnalysisHelper.h
M clang/include/clang/Analysis/PathDiagnosticConsumers.h
M clang/include/clang/CrossTU/CrossTranslationUnit.h
M clang/lib/Analysis/HTMLPathDiagnosticConsumer.cpp
M clang/lib/Analysis/PlistHTMLPathDiagnosticConsumer.cpp
M clang/lib/Analysis/PlistPathDiagnosticConsumer.cpp
M clang/lib/Analysis/SarifPathDiagnosticConsumer.cpp
M clang/lib/Analysis/TextPathDiagnosticConsumer.cpp
M clang/lib/CrossTU/CrossTranslationUnit.cpp
Log Message:
-----------
[analyzer][CTU] Add an abstraction layer between libCrossTU and libAnalysis.
Fixes shared libs build after D67422.
Differential Revision: https://reviews.llvm.org/D92432
Compare: https://github.com/llvm/llvm-project/compare/1eee24677bb6...00ffea77ad88
More information about the All-commits
mailing list