This is used for cross-file rename. When renaming a class, we expect to
rename all related constructors/destructors.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM.
clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp | ||
---|---|---|
633 | maybe use unnamed ranges? |
clang-tools-extra/clangd/index/SymbolCollector.cpp | ||
---|---|---|
268 | This also implies that find refs on a class type will also report locations for constructors and destructors. I believe that's the behavior we decided to have in our offline discussions, just statin in here for future reference. |
Comment Actions
Build result: fail - 59565 tests passed, 2 failed and 805 were skipped.
failed: LLVM.tools/llvm-ar/mri-utf8.test failed: LLVM.tools/llvm-objdump/X86/disassemble-functions.test
Log files: cmake-log.txt, ninja_check_all-log.txt, CMakeCache.txt
Comment Actions
Build result: fail - 59566 tests passed, 1 failed and 805 were skipped.
failed: LLVM.tools/llvm-ar/mri-utf8.test
Log files: cmake-log.txt, ninja_check_all-log.txt, CMakeCache.txt
This also implies that find refs on a class type will also report locations for constructors and destructors. I believe that's the behavior we decided to have in our offline discussions, just statin in here for future reference.