[PATCH] D66828: [clangd] Add distinct highlightings for static fields and methods

2019-08-29 Thread Nathan Ridge via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL370429: [clangd] Add distinct highlightings for static fields and methods (authored by nridge, committed by ). Herald added a project: LLVM. Herald added a subscriber: llvm-commits. Changed prior to commi

[PATCH] D66828: [clangd] Add distinct highlightings for static fields and methods

2019-08-28 Thread Haojian Wu via Phabricator via cfe-commits
hokein accepted this revision. hokein added inline comments. This revision is now accepted and ready to land. Comment at: clang-tools-extra/clangd/SemanticHighlighting.cpp:208 } -if (isa(D)) { - addToken(Loc, HighlightingKind::Method); +if (const CXXMethodDecl *

[PATCH] D66828: [clangd] Add distinct highlightings for static fields and methods

2019-08-27 Thread Nathan Ridge via Phabricator via cfe-commits
nridge created this revision. nridge added reviewers: hokein, ilya-biryukov, jvikstrom. Herald added subscribers: cfe-commits, kadircet, arphaman, jkorous, MaskRay. Herald added a project: clang. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D66828 Files: clang-tools-extra/cla