Revert "Revert "Revert "Revert "[analyzer] NFC: Move path diagnostic consumer impleme...
authorArtem Dergachev <artem.dergachev@gmail.com>
Fri, 8 Jan 2021 03:23:43 +0000 (19:23 -0800)
committerArtem Dergachev <artem.dergachev@gmail.com>
Fri, 8 Jan 2021 04:22:22 +0000 (20:22 -0800)
commit6b0ee02747ed22d41e175d15f27025183341e6f8
tree45c1e33f7f171b603d1709b4cf692bea509b5a4d
parent2ff36e79291486b489ae26418daa1b123473b405
Revert "Revert "Revert "Revert "[analyzer] NFC: Move path diagnostic consumer implementations to libAnalysis.""""

This reverts commit b12f26733a4259c90e5f387aceb9f23c35e003b8.

Fix dead include that looked like another missed circular dependency.
18 files changed:
clang/include/clang/Analysis/CrossTUAnalysisHelper.h [new file with mode: 0644]
clang/include/clang/Analysis/PathDiagnosticConsumers.def [new file with mode: 0644]
clang/include/clang/Analysis/PathDiagnosticConsumers.h [moved from clang/include/clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h with 78% similarity]
clang/include/clang/CrossTU/CrossTranslationUnit.h
clang/include/clang/StaticAnalyzer/Core/Analyses.def
clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
clang/include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h
clang/include/clang/module.modulemap
clang/lib/Analysis/CMakeLists.txt
clang/lib/Analysis/HTMLPathDiagnosticConsumer.cpp [moved from clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp with 91% similarity]
clang/lib/Analysis/PlistHTMLPathDiagnosticConsumer.cpp [new file with mode: 0644]
clang/lib/Analysis/PlistPathDiagnosticConsumer.cpp [moved from clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp with 96% similarity]
clang/lib/Analysis/SarifPathDiagnosticConsumer.cpp [moved from clang/lib/StaticAnalyzer/Core/SarifDiagnostics.cpp with 93% similarity]
clang/lib/Analysis/TextPathDiagnosticConsumer.cpp [moved from clang/lib/StaticAnalyzer/Core/TextDiagnostics.cpp with 79% similarity]
clang/lib/CrossTU/CrossTranslationUnit.cpp
clang/lib/Frontend/CompilerInvocation.cpp
clang/lib/StaticAnalyzer/Core/CMakeLists.txt
clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp