[all-commits] [llvm/llvm-project] e42441: [clangd] Allow programmatically disabling rename o...
Sam McCall via All-commits
all-commits at lists.llvm.org
Mon Sep 19 07:59:47 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e4244183582721b1ff47be669f1a115625c46a2f
https://github.com/llvm/llvm-project/commit/e4244183582721b1ff47be669f1a115625c46a2f
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2022-09-19 (Mon, 19 Sep 2022)
Changed paths:
M clang-tools-extra/clangd/refactor/Rename.cpp
M clang-tools-extra/clangd/refactor/Rename.h
Log Message:
-----------
[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
More information about the All-commits
mailing list