forked from OSchip/llvm-project
[gn build] Port 6e3071007b
This commit is contained in:
parent
c11fd0df64
commit
ad375ac5d2
|
@ -26,6 +26,7 @@ static_library("Analysis") {
|
||||||
"ExprMutationAnalyzer.cpp",
|
"ExprMutationAnalyzer.cpp",
|
||||||
"IssueHash.cpp",
|
"IssueHash.cpp",
|
||||||
"LiveVariables.cpp",
|
"LiveVariables.cpp",
|
||||||
|
"MacroExpansionContext.cpp",
|
||||||
"ObjCNoReturn.cpp",
|
"ObjCNoReturn.cpp",
|
||||||
"PathDiagnostic.cpp",
|
"PathDiagnostic.cpp",
|
||||||
"PostOrderCFGView.cpp",
|
"PostOrderCFGView.cpp",
|
||||||
|
|
|
@ -16,5 +16,6 @@ unittest("ClangAnalysisTests") {
|
||||||
"CFGTest.cpp",
|
"CFGTest.cpp",
|
||||||
"CloneDetectionTest.cpp",
|
"CloneDetectionTest.cpp",
|
||||||
"ExprMutationAnalyzerTest.cpp",
|
"ExprMutationAnalyzerTest.cpp",
|
||||||
|
"MacroExpansionContextTest.cpp",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue