File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
llvm/utils/gn/secondary/clang/lib Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,19 @@ static_library("Analysis") {
24
24
" Consumed.cpp" ,
25
25
" Dominators.cpp" ,
26
26
" ExprMutationAnalyzer.cpp" ,
27
+ " HTMLPathDiagnosticConsumer.cpp" ,
27
28
" IssueHash.cpp" ,
28
29
" LiveVariables.cpp" ,
29
30
" ObjCNoReturn.cpp" ,
30
31
" PathDiagnostic.cpp" ,
32
+ " PlistHTMLPathDiagnosticConsumer.cpp" ,
33
+ " PlistPathDiagnosticConsumer.cpp" ,
31
34
" PostOrderCFGView.cpp" ,
32
35
" ProgramPoint.cpp" ,
33
36
" ReachableCode.cpp" ,
34
37
" RetainSummaryManager.cpp" ,
38
+ " SarifPathDiagnosticConsumer.cpp" ,
39
+ " TextPathDiagnosticConsumer.cpp" ,
35
40
" ThreadSafety.cpp" ,
36
41
" ThreadSafetyCommon.cpp" ,
37
42
" ThreadSafetyLogical.cpp" ,
Original file line number Diff line number Diff line change @@ -39,24 +39,20 @@ static_library("Core") {
39
39
" ExprEngineCallAndReturn.cpp" ,
40
40
" ExprEngineObjC.cpp" ,
41
41
" FunctionSummary.cpp" ,
42
- " HTMLDiagnostics.cpp" ,
43
42
" LoopUnrolling.cpp" ,
44
43
" LoopWidening.cpp" ,
45
44
" MemRegion.cpp" ,
46
- " PlistDiagnostics.cpp" ,
47
45
" ProgramState.cpp" ,
48
46
" RangeConstraintManager.cpp" ,
49
47
" RangedConstraintManager.cpp" ,
50
48
" RegionStore.cpp" ,
51
49
" SMTConstraintManager.cpp" ,
52
50
" SValBuilder.cpp" ,
53
51
" SVals.cpp" ,
54
- " SarifDiagnostics.cpp" ,
55
52
" SimpleConstraintManager.cpp" ,
56
53
" SimpleSValBuilder.cpp" ,
57
54
" Store.cpp" ,
58
55
" SymbolManager.cpp" ,
59
- " TextDiagnostics.cpp" ,
60
56
" WorkList.cpp" ,
61
57
]
62
58
}
You can’t perform that action at this time.
0 commit comments