[PATCH] D108556: [clangd] Don't highlight ObjC `id` and `instancetype`
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 3 02:10:38 PDT 2021
kadircet added a comment.
Hmm, it sounds like you want them to be treated one way during semantic highlighting and another during other features, which is fine but somewhat confusing. (e.g. we want to surface hover/goto on these identifiers, but we're making them less visible by encouraging editors to highlight them as keywords).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108556/new/
https://reviews.llvm.org/D108556
More information about the cfe-commits
mailing list