We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db8a389 commit bfd73a5Copy full SHA for bfd73a5
clang-tools-extra/clangd/refactor/tweaks/CMakeLists.txt
@@ -14,17 +14,16 @@ set(LLVM_LINK_COMPONENTS
14
add_clang_library(clangDaemonTweaks OBJECT
15
AddUsing.cpp
16
AnnotateHighlightings.cpp
17
+ DumpAST.cpp
18
DefineInline.cpp
19
DefineOutline.cpp
- DumpAST.cpp
20
ExpandDeducedType.cpp
21
ExpandMacro.cpp
22
ExtractFunction.cpp
23
ExtractVariable.cpp
24
MemberwiseConstructor.cpp
25
ObjCLocalizeStringLiteral.cpp
26
ObjCMemberwiseInitializer.cpp
27
- OverridePureVirtuals.cpp
28
PopulateSwitch.cpp
29
RawStringLiteral.cpp
30
RemoveUsingNamespace.cpp
clang-tools-extra/clangd/refactor/tweaks/OverridePureVirtuals.cpp
0 commit comments