[PATCH] D64257: [clangd] Added highlighting for non-builtin types

Johan Vikström via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 5 10:54:38 PDT 2019


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

Added highlighting for non-builtin types using VisitTypeLoc. Ignoring namespace qualifiers as for now.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D64257

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: D64257.208208.patch
Type: text/x-patch
Size: 5059 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190705/3da56c11/attachment.bin>


More information about the cfe-commits mailing list