summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-07-30 17:41:23 +0000
committerTed Kremenek <kremenek@apple.com>2009-07-30 17:41:23 +0000
commit118cef36b83222c15a7af3935af15054b791b992 (patch)
treeab962b936cee30a30a406dab74b5f16b4456b1cd
parent1530138fd04d7fa9ceb0ba84ff2df131f8f7fef0 (diff)
downloadbcm5719-llvm-118cef36b83222c15a7af3935af15054b791b992.tar.gz
bcm5719-llvm-118cef36b83222c15a7af3935af15054b791b992.zip
Lexically order files.
llvm-svn: 77607
-rw-r--r--clang/lib/Index/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/Index/CMakeLists.txt b/clang/lib/Index/CMakeLists.txt
index e7ef57bfa35..5f818175ca5 100644
--- a/clang/lib/Index/CMakeLists.txt
+++ b/clang/lib/Index/CMakeLists.txt
@@ -1,14 +1,14 @@
set(LLVM_NO_RTTI 1)
add_clang_library(clangIndex
- Analyzer.cpp
ASTLocation.cpp
+ Analyzer.cpp
DeclReferenceMap.cpp
Entity.cpp
GlobalSelector.cpp
Handlers.cpp
- Indexer.cpp
IndexProvider.cpp
+ Indexer.cpp
Program.cpp
ResolveLocation.cpp
SelectorMap.cpp
OpenPOWER on IntegriCloud