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

David Goldman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 7 12:21:19 PST 2020


dgoldman added a comment.

I messed around with qualified name changes - lots of things internally rely upon the qualified names so that will be best for a separate change. I could potentially handle `DocumentSymbol` fixes in here though - LMK if you think it makes sense to move some of this logic in AST.cpp (clangd). `objcContainerLocalScope` seems like it would be useful to generalize support for objc container decls by ensuring that categories becoming fully qualified with their class name.


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