[Clangd] NFC: Fixed tweaks CMakeLists order to alphabetical
authorShaurya Gupta <shauryab98@gmail.com>
Thu, 18 Jul 2019 15:42:09 +0000 (15:42 +0000)
committerShaurya Gupta <shauryab98@gmail.com>
Thu, 18 Jul 2019 15:42:09 +0000 (15:42 +0000)
llvm-svn: 366452

clang-tools-extra/clangd/refactor/tweaks/CMakeLists.txt

index e7fcd5b..87b0093 100644 (file)
@@ -14,11 +14,11 @@ set(LLVM_LINK_COMPONENTS
 add_clang_library(clangDaemonTweaks OBJECT
   AnnotateHighlightings.cpp
   DumpAST.cpp
+  ExpandAutoType.cpp
   ExpandMacro.cpp
+  ExtractVariable.cpp
   RawStringLiteral.cpp
   SwapIfBranches.cpp
-  ExtractVariable.cpp
-  ExpandAutoType.cpp
 
   LINK_LIBS
   clangAST