[PATCH] D66723: [clangd] Add a distinct highlighting for local variables

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 26 01:04:23 PDT 2019


ilya-biryukov added inline comments.


================
Comment at: clang-tools-extra/clangd/SemanticHighlighting.h:38
   Primitive,
+  LocalVariable,
 
----------------
NIT: maybe put it right after `Variable`? IIUC, we do not rely on actual numeric values being the same across different clangd versions.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66723/new/

https://reviews.llvm.org/D66723





More information about the cfe-commits mailing list