]> granicus.if.org Git - clang/commitdiff
Lexically order files in CMakeLists.txt files.
authorTed Kremenek <kremenek@apple.com>
Wed, 15 Jul 2009 21:08:41 +0000 (21:08 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 15 Jul 2009 21:08:41 +0000 (21:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75832 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/CMakeLists.txt
lib/Analysis/CMakeLists.txt
lib/CodeGen/CMakeLists.txt
lib/Frontend/CMakeLists.txt
lib/Lex/CMakeLists.txt
lib/Rewrite/CMakeLists.txt
lib/Sema/CMakeLists.txt

index ac4cbb2d296e34939c3f03bc74d5ea361b1cfce3..dcc2ffc2039b305bf76c48bd2bacd877ff2a1532 100644 (file)
@@ -5,17 +5,17 @@ add_clang_library(clangAST
   ASTConsumer.cpp
   ASTContext.cpp
   CFG.cpp
-  DeclarationName.cpp
-  DeclBase.cpp
   Decl.cpp
+  DeclBase.cpp
   DeclCXX.cpp
   DeclGroup.cpp
   DeclObjC.cpp
   DeclPrinter.cpp
   DeclTemplate.cpp
-  ExprConstant.cpp
+  DeclarationName.cpp
   Expr.cpp
   ExprCXX.cpp
+  ExprConstant.cpp
   InheritViz.cpp
   NestedNameSpecifier.cpp
   ParentMap.cpp
index 7d6a619736e0f607289d363d4ef46f156271c5d7..8f5c648be41694f2de5d369a0215e0d1fd4dfb44 100644 (file)
@@ -24,10 +24,10 @@ add_clang_library(clangAnalysis
   PathDiagnostic.cpp
   RangeConstraintManager.cpp
   RegionStore.cpp
+  SVals.cpp
   SimpleConstraintManager.cpp
   SimpleSValuator.cpp
   Store.cpp
-  SVals.cpp
   SymbolManager.cpp
   UninitializedValues.cpp
   ValueManager.cpp
index c206a3bdd20888d25c5cae57b2a8c44e31a22883..26fd6448c622b1bcc2c450ff2c85b0ad482e8019 100644 (file)
@@ -1,17 +1,17 @@
 set(LLVM_NO_RTTI 1)
 
 add_clang_library(clangCodeGen
-  CGBuiltin.cpp
   CGBlocks.cpp
-  CGCall.cpp
+  CGBuiltin.cpp
   CGCXX.cpp
   CGCXXTemp.cpp
+  CGCall.cpp
   CGDebugInfo.cpp
   CGDecl.cpp
+  CGExpr.cpp
   CGExprAgg.cpp
   CGExprComplex.cpp
   CGExprConstant.cpp
-  CGExpr.cpp
   CGExprScalar.cpp
   CGObjC.cpp
   CGObjCGNU.cpp
index 5e94e656172dfc7f6c98b6017fd6865febbb0411..9574ebafd3e46cecce88905791ea41a7ac18f4bb 100644 (file)
@@ -1,9 +1,9 @@
 set(LLVM_NO_RTTI 1)
 
 add_clang_library(clangFrontend
-  AnalysisConsumer.cpp
   ASTConsumers.cpp
   ASTUnit.cpp
+  AnalysisConsumer.cpp
   Backend.cpp
   CacheTokens.cpp
   DeclXML.cpp
index a7237a7b76f6cc0ceafb01c4244bfd921c8b1efd..81a1e01f964d6f34a5b2aab1d85bbffdfe36284b 100644 (file)
@@ -14,13 +14,13 @@ add_clang_library(clangLex
   PPExpressions.cpp
   PPLexerChange.cpp
   PPMacroExpansion.cpp
+  PTHLexer.cpp
   Pragma.cpp
   Preprocessor.cpp
   PreprocessorLexer.cpp
-  PTHLexer.cpp
   ScratchBuffer.cpp
-  TokenLexer.cpp
   TokenConcatenation.cpp
+  TokenLexer.cpp
   )
 
 add_dependencies(clangLex ClangDiagnosticLex)
index 52670b82a29552f7054bcf466a62c9b680584d66..ce9e1ed424d78d993f963c07322e457aa326b831 100644 (file)
@@ -3,7 +3,7 @@ set(LLVM_NO_RTTI 1)
 add_clang_library(clangRewrite
   DeltaTree.cpp
   HTMLRewrite.cpp
-  Rewriter.cpp
   RewriteRope.cpp
+  Rewriter.cpp
   TokenRewriter.cpp
   )
index 85c67df8f1de500731a004c79706a060ec97d1a4..119bf58499e4ea012212eef4f76fde2c97280adf 100644 (file)
@@ -7,10 +7,10 @@ add_clang_library(clangSema
   Sema.cpp
   SemaAccess.cpp
   SemaAttr.cpp
-  SemaChecking.cpp
   SemaCXXScopeSpec.cpp
-  SemaDeclAttr.cpp
+  SemaChecking.cpp
   SemaDecl.cpp
+  SemaDeclAttr.cpp
   SemaDeclCXX.cpp
   SemaDeclObjC.cpp
   SemaExpr.cpp