Skip to content

Commit 5471b1f

Browse files
committed
[gn build] Port d2ddc69
1 parent d2ddc69 commit 5471b1f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

llvm/utils/gn/secondary/clang/lib/Analysis/BUILD.gn

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,19 @@ static_library("Analysis") {
2424
"Consumed.cpp",
2525
"Dominators.cpp",
2626
"ExprMutationAnalyzer.cpp",
27+
"HTMLPathDiagnosticConsumer.cpp",
2728
"IssueHash.cpp",
2829
"LiveVariables.cpp",
2930
"ObjCNoReturn.cpp",
3031
"PathDiagnostic.cpp",
32+
"PlistHTMLPathDiagnosticConsumer.cpp",
33+
"PlistPathDiagnosticConsumer.cpp",
3134
"PostOrderCFGView.cpp",
3235
"ProgramPoint.cpp",
3336
"ReachableCode.cpp",
3437
"RetainSummaryManager.cpp",
38+
"SarifPathDiagnosticConsumer.cpp",
39+
"TextPathDiagnosticConsumer.cpp",
3540
"ThreadSafety.cpp",
3641
"ThreadSafetyCommon.cpp",
3742
"ThreadSafetyLogical.cpp",

llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Core/BUILD.gn

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,24 +39,20 @@ static_library("Core") {
3939
"ExprEngineCallAndReturn.cpp",
4040
"ExprEngineObjC.cpp",
4141
"FunctionSummary.cpp",
42-
"HTMLDiagnostics.cpp",
4342
"LoopUnrolling.cpp",
4443
"LoopWidening.cpp",
4544
"MemRegion.cpp",
46-
"PlistDiagnostics.cpp",
4745
"ProgramState.cpp",
4846
"RangeConstraintManager.cpp",
4947
"RangedConstraintManager.cpp",
5048
"RegionStore.cpp",
5149
"SMTConstraintManager.cpp",
5250
"SValBuilder.cpp",
5351
"SVals.cpp",
54-
"SarifDiagnostics.cpp",
5552
"SimpleConstraintManager.cpp",
5653
"SimpleSValBuilder.cpp",
5754
"Store.cpp",
5855
"SymbolManager.cpp",
59-
"TextDiagnostics.cpp",
6056
"WorkList.cpp",
6157
]
6258
}

0 commit comments

Comments
 (0)