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

Nathan Ridge via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 25 14:47:26 PDT 2019


nridge created this revision.
nridge added reviewers: hokein, jvikstrom.
Herald added subscribers: cfe-commits, kadircet, arphaman, jkorous, MaskRay, ilya-biryukov.
Herald added a project: clang.

It's useful to be able to distinguish local variables from namespace
scope variables.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D66723

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: D66723.217065.patch
Type: text/x-patch
Size: 14475 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190825/fffe8ac5/attachment-0001.bin>


More information about the cfe-commits mailing list