[clang] [clang-tools-extra] [clangd] Use `SymbolName` to represent Objective-C selectors (PR #82061)

Ben Barham via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 22 13:29:24 PST 2024


================
@@ -13,6 +13,7 @@ add_clang_library(clangToolingRefactoring
   Rename/USRFinder.cpp
   Rename/USRFindingAction.cpp
   Rename/USRLocFinder.cpp
+  SymbolName.cpp
----------------
bnbarham wrote:

Should `SymbolName.cpp` live in `Rename` to match its header?

https://github.com/llvm/llvm-project/pull/82061


More information about the cfe-commits mailing list