Skip to content

Commit 6acdf83

Browse files
committed
[Clangd] NFC: Fixed tweaks CMakeLists order to alphabetical
llvm-svn: 366452
1 parent da5258c commit 6acdf83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ set(LLVM_LINK_COMPONENTS
1414
add_clang_library(clangDaemonTweaks OBJECT
1515
AnnotateHighlightings.cpp
1616
DumpAST.cpp
17+
ExpandAutoType.cpp
1718
ExpandMacro.cpp
19+
ExtractVariable.cpp
1820
RawStringLiteral.cpp
1921
SwapIfBranches.cpp
20-
ExtractVariable.cpp
21-
ExpandAutoType.cpp
2222

2323
LINK_LIBS
2424
clangAST

0 commit comments

Comments
 (0)