summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Biryukov <ibiryukov@google.com>2017-11-24 13:13:41 +0000
committerIlya Biryukov <ibiryukov@google.com>2017-11-24 13:13:41 +0000
commit5fc214ec31addf35b0a8bc30e040848f54f6d3e8 (patch)
tree25b53cb9e152f28456a4809577b58b565e302b19
parent8318f61bb87b15e21572e7650ad7c0a6b7e327b8 (diff)
downloadbcm5719-llvm-5fc214ec31addf35b0a8bc30e040848f54f6d3e8.tar.gz
bcm5719-llvm-5fc214ec31addf35b0a8bc30e040848f54f6d3e8.zip
[clangd] Sort list of sources in CMakeLists.txt. NFC
llvm-svn: 318946
-rw-r--r--clang-tools-extra/clangd/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/clangd/CMakeLists.txt b/clang-tools-extra/clangd/CMakeLists.txt
index 72305e4208b..7e8691e1a86 100644
--- a/clang-tools-extra/clangd/CMakeLists.txt
+++ b/clang-tools-extra/clangd/CMakeLists.txt
@@ -9,8 +9,8 @@ add_clang_library(clangDaemon
ClangdUnitStore.cpp
DraftStore.cpp
GlobalCompilationDatabase.cpp
- JSONRPCDispatcher.cpp
JSONExpr.cpp
+ JSONRPCDispatcher.cpp
Logger.cpp
Protocol.cpp
ProtocolHandlers.cpp
OpenPOWER on IntegriCloud