[clang-tools-extra] r358373 - [clangd] Reorder source files in CMakeLists
Kadir Cetinkaya via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 15 00:21:17 PDT 2019
Author: kadircet
Date: Mon Apr 15 00:21:17 2019
New Revision: 358373
URL: http://llvm.org/viewvc/llvm-project?rev=358373&view=rev
Log:
[clangd] Reorder source files in CMakeLists
Modified:
clang-tools-extra/trunk/unittests/clangd/CMakeLists.txt
Modified: clang-tools-extra/trunk/unittests/clangd/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/unittests/clangd/CMakeLists.txt?rev=358373&r1=358372&r2=358373&view=diff
==============================================================================
--- clang-tools-extra/trunk/unittests/clangd/CMakeLists.txt (original)
+++ clang-tools-extra/trunk/unittests/clangd/CMakeLists.txt Mon Apr 15 00:21:17 2019
@@ -13,7 +13,6 @@ include_directories(
add_extra_unittest(ClangdTests
Annotations.cpp
- PrintASTTests.cpp
BackgroundIndexTests.cpp
CancellationTests.cpp
ClangdTests.cpp
@@ -36,6 +35,7 @@ add_extra_unittest(ClangdTests
IndexActionTests.cpp
IndexTests.cpp
JSONTransportTests.cpp
+ PrintASTTests.cpp
QualityTests.cpp
RIFFTests.cpp
SelectionTests.cpp
More information about the cfe-commits
mailing list