llvm-project/clang-tools-extra/clangd/unittests/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
..
AddUsingTests.cpp
AnnotateHighlightingsTests.cpp [clangd] Add semanticTokens modifiers for function/class/file/global scope 2021-02-09 17:57:36 +01:00
DefineInlineTests.cpp [clangd] Remove redundant -fno-delayed-template-parsing in tests. NFCI 2021-02-10 22:20:23 +01:00
DefineOutlineTests.cpp [clangd] Drop explicit specifier on define out-of-line 2021-03-11 13:27:24 +01:00
DumpASTTests.cpp
DumpRecordLayoutTests.cpp
DumpSymbolTests.cpp
ExpandAutoTypeTests.cpp [clangd] Remove redundant -fno-delayed-template-parsing in tests. NFCI 2021-02-10 22:20:23 +01:00
ExpandMacroTests.cpp
ExtractFunctionTests.cpp [clangd] Fix type printing in the presence of qualifiers 2021-01-08 17:00:39 +01:00
ExtractVariableTests.cpp [clangd] Replace usages of dummy with more descriptive words 2021-03-22 12:49:24 +01:00
ObjCLocalizeStringLiteralTests.cpp
PopulateSwitchTests.cpp
RawStringLiteralTests.cpp
RemoveUsingNamespaceTests.cpp
ShowSelectionTreeTests.cpp
SwapIfBranchesTests.cpp
TweakTesting.cpp
TweakTesting.h
TweakTests.cpp