llvm-project/clang-tools-extra/clangd/support
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] Rename: merge index/AST refs path-insensitively where needed 2021-02-01 15:15:21 +01:00
Cancellation.cpp
Cancellation.h
Context.cpp
Context.h [clangd] Remove references to old future-based API. NFC 2021-01-31 12:13:20 +01:00
FileCache.cpp [clangd] Extract common file-caching logic from ConfigProvider. 2020-11-25 12:09:13 +01:00
FileCache.h [clangd] Use TimePoint<> instead of system_clock::time_point, it does matter after all. 2020-11-25 12:49:24 +01:00
Function.h clang-extra: fix incorrect use of std::lock_guard by adding variable name (identified by MSVC [[nodiscard]] error) 2021-02-02 06:02:59 +01:00
Logger.cpp [clangd] Add -log=public to redact all request info from index server logs 2020-11-02 21:25:12 +01:00
Logger.h [clangd] Add -log=public to redact all request info from index server logs 2020-11-02 21:25:12 +01:00
Markup.cpp [clangd] NFC: Use SmallVector<T> where possible 2020-12-10 13:36:49 +01:00
Markup.h
MemoryTree.cpp [clangd] Add a metric for tracking memory usage 2020-10-12 15:25:29 +02:00
MemoryTree.h [clangd] Add a metric for tracking memory usage 2020-10-12 15:25:29 +02:00
Path.cpp [clangd] Expose absoluteParent helper 2021-02-19 13:40:21 +01:00
Path.h [clangd] Expose absoluteParent helper 2021-02-19 13:40:21 +01:00
Shutdown.cpp
Shutdown.h
Threading.cpp [clangd] Use atomics instead of locks to track periodic memory trimming 2020-12-22 22:32:22 +01:00
Threading.h [clangd] Use atomics instead of locks to track periodic memory trimming 2020-12-22 22:32:22 +01:00
ThreadsafeFS.cpp ADT: Allow IntrusiveRefCntPtr construction from std::unique_ptr, NFC 2020-12-08 17:33:19 -08:00
ThreadsafeFS.h [clangd] Suppress GCC -Woverloaded-virtual by renaming ThreadsafeFS extension point 2020-06-30 15:06:15 +02:00
Trace.cpp [clangd] Replace usages of dummy with more descriptive words 2021-03-22 12:49:24 +01:00
Trace.h [clangd] Add a helper for exposing tracer status 2020-10-12 15:25:29 +02:00