[PATCH] D66990: [clangd] Add distinct highlightings for declarations of functions and methods

Johan Vikström via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 30 00:29:52 PDT 2019


jvikstrom added a comment.

Should we have different highlightings for declarations vs usages? (Although I guess in the end it will be up to the editor if they highlight them differently as the scope is just more specific for declarations)
I guess I personally don't really see the reason as it should be clear from the context if it's a declaration or a function call.
But this might actually be nice if you have macros that declare functions


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D66990





More information about the cfe-commits mailing list