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
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 *
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