Skip to content

Commit bfd73a5

Browse files
authored
Revert "[clangd] Add tweak to override pure virtuals (#139348)" (#150404)
This reverts commit 7355ea3. Buildbot failures: UBsan https://lab.llvm.org/buildbot/#/builders/25/builds/10010 Fast https://lab.llvm.org/buildbot/#/builders/169/builds/13150
1 parent db8a389 commit bfd73a5

File tree

4 files changed

+1
-1097
lines changed

4 files changed

+1
-1097
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,16 @@ set(LLVM_LINK_COMPONENTS
1414
add_clang_library(clangDaemonTweaks OBJECT
1515
AddUsing.cpp
1616
AnnotateHighlightings.cpp
17+
DumpAST.cpp
1718
DefineInline.cpp
1819
DefineOutline.cpp
19-
DumpAST.cpp
2020
ExpandDeducedType.cpp
2121
ExpandMacro.cpp
2222
ExtractFunction.cpp
2323
ExtractVariable.cpp
2424
MemberwiseConstructor.cpp
2525
ObjCLocalizeStringLiteral.cpp
2626
ObjCMemberwiseInitializer.cpp
27-
OverridePureVirtuals.cpp
2827
PopulateSwitch.cpp
2928
RawStringLiteral.cpp
3029
RemoveUsingNamespace.cpp

clang-tools-extra/clangd/refactor/tweaks/OverridePureVirtuals.cpp

Lines changed: 0 additions & 374 deletions
This file was deleted.

0 commit comments

Comments
 (0)