llvm-project/clang-tools-extra/clangd/fuzzer
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
..
CMakeLists.txt [clangd] Replace usages of dummy with more descriptive words 2021-03-22 12:49:24 +01:00
FuzzerClangdMain.cpp [clangd] Replace usages of dummy with more descriptive words 2021-03-22 12:49:24 +01:00
clangd-fuzzer.cpp