[gn build] Port ea6641085d0
authorLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Thu, 10 Dec 2020 19:09:35 +0000 (19:09 +0000)
committerLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Thu, 10 Dec 2020 19:09:35 +0000 (19:09 +0000)
llvm/utils/gn/secondary/clang/lib/Analysis/BUILD.gn
llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Core/BUILD.gn

index d6d22ad..6ea252a 100644 (file)
@@ -23,14 +23,19 @@ static_library("Analysis") {
     "Consumed.cpp",
     "Dominators.cpp",
     "ExprMutationAnalyzer.cpp",
+    "HTMLPathDiagnosticConsumer.cpp",
     "IssueHash.cpp",
     "LiveVariables.cpp",
     "ObjCNoReturn.cpp",
     "PathDiagnostic.cpp",
+    "PlistHTMLPathDiagnosticConsumer.cpp",
+    "PlistPathDiagnosticConsumer.cpp",
     "PostOrderCFGView.cpp",
     "ProgramPoint.cpp",
     "ReachableCode.cpp",
     "RetainSummaryManager.cpp",
+    "SarifPathDiagnosticConsumer.cpp",
+    "TextPathDiagnosticConsumer.cpp",
     "ThreadSafety.cpp",
     "ThreadSafetyCommon.cpp",
     "ThreadSafetyLogical.cpp",
index c16c37d..44be3ee 100644 (file)
@@ -39,11 +39,9 @@ static_library("Core") {
     "ExprEngineCallAndReturn.cpp",
     "ExprEngineObjC.cpp",
     "FunctionSummary.cpp",
-    "HTMLDiagnostics.cpp",
     "LoopUnrolling.cpp",
     "LoopWidening.cpp",
     "MemRegion.cpp",
-    "PlistDiagnostics.cpp",
     "ProgramState.cpp",
     "RangeConstraintManager.cpp",
     "RangedConstraintManager.cpp",
@@ -51,12 +49,10 @@ static_library("Core") {
     "SMTConstraintManager.cpp",
     "SValBuilder.cpp",
     "SVals.cpp",
-    "SarifDiagnostics.cpp",
     "SimpleConstraintManager.cpp",
     "SimpleSValBuilder.cpp",
     "Store.cpp",
     "SymbolManager.cpp",
-    "TextDiagnostics.cpp",
     "WorkList.cpp",
   ]
 }