[PATCH] D101785: [clangd][ObjC] Highlight Objc Ivar refs
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 6 02:56:03 PDT 2021
kadircet added a comment.
Thanks! Can you also add a test to `FindExplicitReferencesTest.All` ? as that's where the underlying change lies.
To disambiguate properties and ivars, what if we used modifiers? I suppose we can mark properties with `abstract` modifier, but i am not an obj-c person so it might be better for you to vet such an idea.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101785/new/
https://reviews.llvm.org/D101785
More information about the cfe-commits
mailing list