llvm-project/clang-tools-extra/clangd/refactor
Sam McCall e424418358 [clangd] Allow programmatically disabling rename of virtual method hierarchies.
This feature relies on Relations in the index being complete.
An out-of-tree index implementation is missing some override relations, so
such renames end up breaking the code.
We plan to fix it, but this flag is a cheap band-aid for now.

Differential Revision: https://reviews.llvm.org/D133440
2022-09-19 16:59:28 +02:00
..
tweaks Revert "Use std::is_same_v instead of std::is_same (NFC)" 2022-08-20 23:00:39 -07:00
InsertionPoint.cpp [clangd] Helper for determining member insertion point. 2022-01-03 17:59:45 +01:00
InsertionPoint.h [clangd] Helper for determining member insertion point. 2022-01-03 17:59:45 +01:00
Rename.cpp [clangd] Allow programmatically disabling rename of virtual method hierarchies. 2022-09-19 16:59:28 +02:00
Rename.h [clangd] Allow programmatically disabling rename of virtual method hierarchies. 2022-09-19 16:59:28 +02:00
Tweak.cpp [clangd] Remove trivial uses of FileEntry::getName 2022-04-04 20:59:51 +02:00
Tweak.h [clangd] Clean up unused includes. NFCI 2022-02-26 12:00:16 +01:00