[PATCH] D64617: [clangd] Added highlighting for members and methods
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 12 14:03:13 PDT 2019
hokein accepted this revision.
hokein added inline comments.
================
Comment at: clang-tools-extra/clangd/SemanticHighlighting.h:28
Variable = 0,
+ Field,
Function,
----------------
nit: put it `Field` around `Class`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64617/new/
https://reviews.llvm.org/D64617
More information about the cfe-commits
mailing list