[PATCH] D136594: [clangd] Add support for semantic token type "operator"

Christian Kandeler via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 25 01:41:30 PST 2022


ckandeler added a comment.

In D136594#3950334 <https://reviews.llvm.org/D136594#3950334>, @nridge wrote:

> The current patch will produce an operator token in the operator case but not the declarator case, thereby achieving an effect that client-side highlighting couldn't. As such, I guess it **does** make sense for this to be a semantic token (i.e. produced even with with `augmentsSyntaxTokens=true`) even in the built-in case?

You mean just for that one case or in general?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136594



More information about the cfe-commits mailing list