[PATCH] D68590: [clangd] Improve hover scopes for Objective-C code

David Goldman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 4 12:27:31 PST 2020


dgoldman added a comment.

I think there's still some more work to be done after this which might move some of this around:

- DocumentSymbol support: Currently categories show up as (anonymous) or <category name> (see here <https://github.com/llvm/llvm-project/blob/a366188d801ccefb4ef3f9d89415e97accc77443/clang-tools-extra/clangd/AST.cpp#L234>).
- QualifiedNames for ObjC, see the conversation here <https://reviews.llvm.org/differential/changeset/?ref=1409021>), possibly `MyClass.property` and `MyClass(Category)->Ivar`? Someone from Apple might know more


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68590/new/

https://reviews.llvm.org/D68590



More information about the cfe-commits mailing list