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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
thanks, lgtm!
clang-tools-extra/clangd/refactor/Rename.cpp | ||
---|---|---|
223 | nit: maybe do the check near the top, where the rest of the unsupportedsymbols are checked (+ it gives us a early bail out and skip a bunch of file/location conversions). |
nit: maybe do the check near the top, where the rest of the unsupportedsymbols are checked (+ it gives us a early bail out and skip a bunch of file/location conversions).