Sort source lists in lib/StaticAnalyzer.

llvm-svn: 329481
This commit is contained in:
Nico Weber 2018-04-07 04:25:01 +00:00
parent b64da22db7
commit 4c28cfea78
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,6 @@ add_clang_library(clangStaticAnalyzerCore
AnalyzerOptions.cpp
BasicValueFactory.cpp
BlockCounter.cpp
IssueHash.cpp
BugReporter.cpp
BugReporterVisitors.cpp
CallEvent.cpp
@ -35,6 +34,7 @@ add_clang_library(clangStaticAnalyzerCore
ExprEngineObjC.cpp
FunctionSummary.cpp
HTMLDiagnostics.cpp
IssueHash.cpp
LoopUnrolling.cpp
LoopWidening.cpp
MemRegion.cpp

View File

@ -7,8 +7,8 @@ set(LLVM_LINK_COMPONENTS
add_clang_library(clangStaticAnalyzerFrontend
AnalysisConsumer.cpp
CheckerRegistration.cpp
ModelConsumer.cpp
FrontendActions.cpp
ModelConsumer.cpp
ModelInjector.cpp
LINK_LIBS