[clang-tools-extra] r366452 - [Clangd] NFC: Fixed tweaks CMakeLists order to alphabetical

Shaurya Gupta via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 18 08:42:09 PDT 2019


Author: sureyeaah
Date: Thu Jul 18 08:42:09 2019
New Revision: 366452

URL: http://llvm.org/viewvc/llvm-project?rev=366452&view=rev
Log:
[Clangd] NFC: Fixed tweaks CMakeLists order to alphabetical

Modified:
    clang-tools-extra/trunk/clangd/refactor/tweaks/CMakeLists.txt

Modified: clang-tools-extra/trunk/clangd/refactor/tweaks/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clangd/refactor/tweaks/CMakeLists.txt?rev=366452&r1=366451&r2=366452&view=diff
==============================================================================
--- clang-tools-extra/trunk/clangd/refactor/tweaks/CMakeLists.txt (original)
+++ clang-tools-extra/trunk/clangd/refactor/tweaks/CMakeLists.txt Thu Jul 18 08:42:09 2019
@@ -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




More information about the cfe-commits mailing list