llvm-project/clang-tools-extra/clangd/refactor/tweaks
Mikael Holmen d8821adacb [clangd] Fix gcc warning about extra ";" [NFC]
gcc complained with

/data/repo/master/clang-tools-extra/clangd/refactor/tweaks/DefineOutline.cpp:326:30: warning: extra ';' [-Wpedantic]
 REGISTER_TWEAK(DefineOutline);
                              ^
2019-12-06 11:22:48 +01:00
..
AnnotateHighlightings.cpp [clangd] Support multifile edits as output of Tweaks 2019-09-09 12:28:44 +00:00
CMakeLists.txt [clangd] Add a tweak refactoring to wrap Objective-C string literals in `NSLocalizedString` macros 2019-12-04 16:58:12 -08:00
DefineInline.cpp [clangd] Improve symbol qualification in DefineInline code action 2019-11-25 10:42:13 +01:00
DefineOutline.cpp [clangd] Fix gcc warning about extra ";" [NFC] 2019-12-06 11:22:48 +01:00
DumpAST.cpp [clangd] Simplify the code, NFC. 2019-12-05 15:32:14 +01:00
ExpandAutoType.cpp [clangd] Simplify the code, NFC. 2019-12-05 15:32:14 +01:00
ExpandMacro.cpp [clangd] Support multifile edits as output of Tweaks 2019-09-09 12:28:44 +00:00
ExtractFunction.cpp [clangd] NFC, add getLangOpts helper to ParsedAST 2019-12-04 16:55:25 -08:00
ExtractVariable.cpp [clangd] Support multifile edits as output of Tweaks 2019-09-09 12:28:44 +00:00
ObjCLocalizeStringLiteral.cpp [clangd] Add a tweak refactoring to wrap Objective-C string literals in `NSLocalizedString` macros 2019-12-04 16:58:12 -08:00
RawStringLiteral.cpp [clangd] NFC, add getLangOpts helper to ParsedAST 2019-12-04 16:55:25 -08:00
RemoveUsingNamespace.cpp [clangd] Add RemoveUsingNamespace tweak. 2019-10-16 09:53:59 +00:00
SwapIfBranches.cpp [clangd] Support multifile edits as output of Tweaks 2019-09-09 12:28:44 +00:00