[all-commits] [llvm/llvm-project] 5663bf: Revert "[analyzer] NFC: Move path diagnostic consu...

Haojian Wu via All-commits all-commits at lists.llvm.org
Fri Dec 11 01:21:40 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5663bf201f5c444d6fb56fb1bd471bc53c17d837
      https://github.com/llvm/llvm-project/commit/5663bf201f5c444d6fb56fb1bd471bc53c17d837
  Author: Haojian Wu <hokein.wu at gmail.com>
  Date:   2020-12-11 (Fri, 11 Dec 2020)

  Changed paths:
    R clang/include/clang/Analysis/CrossTUAnalysisHelper.h
    R clang/include/clang/Analysis/PathDiagnosticConsumers.def
    R clang/include/clang/Analysis/PathDiagnosticConsumers.h
    M clang/include/clang/CrossTU/CrossTranslationUnit.h
    M clang/include/clang/StaticAnalyzer/Core/Analyses.def
    M clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
    A 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
    R clang/lib/Analysis/HTMLPathDiagnosticConsumer.cpp
    R clang/lib/Analysis/PlistHTMLPathDiagnosticConsumer.cpp
    R clang/lib/Analysis/PlistPathDiagnosticConsumer.cpp
    R clang/lib/Analysis/SarifPathDiagnosticConsumer.cpp
    R clang/lib/Analysis/TextPathDiagnosticConsumer.cpp
    M clang/lib/CrossTU/CrossTranslationUnit.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/StaticAnalyzer/Core/CMakeLists.txt
    A clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
    A clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
    A clang/lib/StaticAnalyzer/Core/SarifDiagnostics.cpp
    A clang/lib/StaticAnalyzer/Core/TextDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp

  Log Message:
  -----------
  Revert "[analyzer] NFC: Move path diagnostic consumer implementations to libAnalysis."

The patch introduced a cycle dependency:

clangAnalysis -> clangFrontend -> clangSema -> clangAnalysis

This reverts commit 00ffea77ad887b576e9db82d98c97a31fee172cb.
This reverts commit ea6641085d025ca0a5cef940465ef14d0ccace02.




More information about the All-commits mailing list