[PATCH] D104117: [clangd] Fix highlighting for implicit ObjC property refs
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 23 04:04:39 PDT 2021
sammccall added a comment.
Drive by from vacation, sorry - can this be tackled "upstream" in findExplicitReferences rather than special cased in syntax highlighting?
That would help with xrefs, rename etc. Features should really be only handled here if they're somehow not a simple token->decl reference, but this seems to be.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104117/new/
https://reviews.llvm.org/D104117
More information about the cfe-commits
mailing list