[PATCH] D136594: [clangd] Add support for semantic token type "operator"
Nathan Ridge via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 25 01:30:12 PST 2022
nridge added a comment.
(I envisioned the implementation of `augmentsSyntaxTokens=false` to be "loop over the lexer tokens and turn a subset of them into additional tokens to return over LSP". The fact that that would have meant producing an "operator" token even for `tok::star` which is actually a declarator, is what clued me in to the fact that "operators" are a semantic category.)
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