[clang-tools-extra] Add support for renaming objc methods, even those with multiple selector pieces (PR #76466)
kadir çetinkaya via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 24 05:04:08 PST 2024
================
@@ -38,6 +38,11 @@
namespace clang {
namespace clangd {
+
+std::vector<SymbolRange> collectRenameIdentifierRanges(
----------------
kadircet wrote:
let's move this into anonymous namespace, and add some comments explaining what it does?
https://github.com/llvm/llvm-project/pull/76466
More information about the cfe-commits
mailing list