llvm-project/clang-tools-extra/clangd/refactor/tweaks
Kadir Cetinkaya f71404c37c
[clangd] Replace usages of dummy with more descriptive words
Dummy is a word with inappropriate associations. This patch updates the
references to it in clangd code base with more precise ones.

The only user-visible change is the default variable name used when extracting a
variable. It will be named as `placeholder` from now on.

Differential Revision: https://reviews.llvm.org/D99065
2021-03-22 12:49:24 +01:00
..
AddUsing.cpp [clangd] AddUsing: Fix a crash on ElaboratedTypes without NestedNameSpecfiiers. 2020-12-03 20:25:38 +01:00
AnnotateHighlightings.cpp [clangd] Implement semanticTokens modifiers 2021-02-09 16:31:22 +01: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] Factor out the heuristic resolver code into its own class 2021-02-16 04:10:52 -05:00
DefineOutline.cpp [clangd] Drop explicit specifier on define out-of-line 2021-03-11 13:27:24 +01:00
DumpAST.cpp Remove references to the ast_type_traits namespace 2020-12-11 12:39:33 +01:00
ExpandAutoType.cpp [clangd] Make ExpandAutoType not available on template params. 2021-01-15 14:19:05 +01:00
ExpandMacro.cpp [clangd] Remove Tweak::Intent, use CodeAction kind directly. NFC 2020-10-02 11:14:23 +02:00
ExtractFunction.cpp [clangd] Factor out the heuristic resolver code into its own class 2021-02-16 04:10:52 -05:00
ExtractVariable.cpp [clangd] Replace usages of dummy with more descriptive words 2021-03-22 12:49:24 +01:00
ObjCLocalizeStringLiteral.cpp [clangd] Remove Tweak::Intent, use CodeAction kind directly. NFC 2020-10-02 11:14:23 +02:00
PopulateSwitch.cpp [clangd] PopulateSwitch: disable on dependent enums. 2020-11-25 14:12:29 +01:00
RawStringLiteral.cpp [clangd] Remove Tweak::Intent, use CodeAction kind directly. NFC 2020-10-02 11:14:23 +02:00
RemoveUsingNamespace.cpp [clangd] Factor out the heuristic resolver code into its own class 2021-02-16 04:10:52 -05:00
SwapIfBranches.cpp [NFC] Switch up some dyn_cast calls 2021-01-02 19:56:27 +00:00