[all-commits] [llvm/llvm-project] 5a2141: [clangd] Improve document symbols support for Obje...
David Goldman via All-commits
all-commits at lists.llvm.org
Mon Mar 1 09:38:16 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5a2141e3a08ccaacbdb8faf64a47347531b015e0
https://github.com/llvm/llvm-project/commit/5a2141e3a08ccaacbdb8faf64a47347531b015e0
Author: David Goldman <davg at google.com>
Date: 2021-03-01 (Mon, 01 Mar 2021)
Changed paths:
M clang-tools-extra/clangd/FindSymbols.cpp
M clang-tools-extra/clangd/unittests/FindSymbolsTests.cpp
Log Message:
-----------
[clangd] Improve document symbols support for Objective-C categories and methods
- Categories will now show up as `MyClass(Category)` instead of
`Category` and `MyCategory()` instead of `(anonymous)` in document
symbols
- Methods will now be shown as `-selector:` or `+selector:`
instead of `selector:` to differentiate between instance and class
methods in document symbols
Differential Revision: https://reviews.llvm.org/D96612
More information about the All-commits
mailing list