llvm-project/clang-tools-extra/clangd/refactor/tweaks
Haojian Wu aad3ea8983 [clangd] Remove the trailing "." in add-using message.
to be consistent witih other code actions.

Reviewed By: adamcz

Differential Revision: https://reviews.llvm.org/D91694
2020-11-18 14:46:26 +01:00
..
AddUsing.cpp [clangd] Remove the trailing "." in add-using message. 2020-11-18 14:46:26 +01:00
AnnotateHighlightings.cpp [clangd] Remove Tweak::Intent, use CodeAction kind directly. NFC 2020-10-02 11:14:23 +02:00
CMakeLists.txt [clangd] Add a tweak for filling in enumerators of a switch statement. 2020-09-28 13:37:18 +02:00
DefineInline.cpp [clangd] Remove Tweak::Intent, use CodeAction kind directly. NFC 2020-10-02 11:14:23 +02:00
DefineOutline.cpp [clangd] Remove the trailing "." in add-using message. 2020-11-18 14:46:26 +01:00
DumpAST.cpp [clangd] Remove Tweak::Intent, use CodeAction kind directly. NFC 2020-10-02 11:14:23 +02:00
ExpandAutoType.cpp [clangd] Don't offer to expand auto in structured binding declarations. 2020-10-28 18:55:23 +01:00
ExpandMacro.cpp [clangd] Remove Tweak::Intent, use CodeAction kind directly. NFC 2020-10-02 11:14:23 +02:00
ExtractFunction.cpp [clangd] Reduce availability of extract function 2020-10-09 10:12:48 +02:00
ExtractVariable.cpp [clangd] Disable extract variable for RHS of assignments 2020-10-14 14:22:47 +02:00
ObjCLocalizeStringLiteral.cpp [clangd] Remove Tweak::Intent, use CodeAction kind directly. NFC 2020-10-02 11:14:23 +02:00
PopulateSwitch.cpp [clangd] Handle duplicate enum constants in PopulateSwitch tweak 2020-11-09 12:14:53 +00:00
RawStringLiteral.cpp [clangd] Remove Tweak::Intent, use CodeAction kind directly. NFC 2020-10-02 11:14:23 +02:00
RemoveUsingNamespace.cpp [clangd] Remove the trailing "." in add-using message. 2020-11-18 14:46:26 +01:00
SwapIfBranches.cpp [clangd] Remove Tweak::Intent, use CodeAction kind directly. NFC 2020-10-02 11:14:23 +02:00