[PATCH] D67901: [clangd] Improve semantic highlighting in dependent contexts (fixes #154)
Nathan Ridge via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 10 12:49:45 PDT 2019
nridge updated this revision to Diff 224453.
nridge added a comment.
Updated to use heuristics based on OverloadExpr::decl()
Also folded VisitUnresolvedLookupExpr and VisitUnresolvedMemberExpr together
into a single VisitOverloadExpr
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67901/new/
https://reviews.llvm.org/D67901
Files:
clang-tools-extra/clangd/SemanticHighlighting.cpp
clang-tools-extra/clangd/SemanticHighlighting.h
clang-tools-extra/clangd/test/semantic-highlighting.test
clang-tools-extra/clangd/unittests/SemanticHighlightingTests.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67901.224453.patch
Type: text/x-patch
Size: 8735 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191010/00df4958/attachment.bin>
More information about the cfe-commits
mailing list