forked from OSchip/llvm-project
Sort source lists in lib/StaticAnalyzer.
llvm-svn: 329481
This commit is contained in:
parent
b64da22db7
commit
4c28cfea78
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue