]> granicus.if.org Git - clang/commitdiff
Sort source lists in lib/StaticAnalyzer.
authorNico Weber <nicolasweber@gmx.de>
Sat, 7 Apr 2018 04:25:01 +0000 (04:25 +0000)
committerNico Weber <nicolasweber@gmx.de>
Sat, 7 Apr 2018 04:25:01 +0000 (04:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@329481 91177308-0d34-0410-b5e6-96231b3b80d8

lib/StaticAnalyzer/Core/CMakeLists.txt
lib/StaticAnalyzer/Frontend/CMakeLists.txt

index 49afefe73bf4e32a7fed87159b25caea8061ae0f..8e1da211cd5672ab62515e497d0602df4b3044b8 100644 (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
index a93719e820b27ddf734638262bcf5be5fc98ce9a..ff0a6e19fc97fa347286a2496bb28c5010f35250 100644 (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