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

David Goldman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 4 14:08:10 PST 2019


dgoldman added a comment.

We'll also want to do something similar for `DocumentSymbols`, see here <https://github.com/llvm/llvm-project/blob/403739b2fdb64e90118017355bd01f88a0640b3f/clang-tools-extra/clangd/AST.cpp#L148>, which will lead to Objective-C categories showing up as either `(anonymous)` or `<category name>`


Repository:
  rCTE Clang Tools Extra

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

https://reviews.llvm.org/D68590





More information about the cfe-commits mailing list