[PATCH] D136594: [clangd] Add support for semantic token type "operator"
Christian Kandeler via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 12 03:21:27 PST 2022
ckandeler added a comment.
In D136594#3987852 <https://reviews.llvm.org/D136594#3987852>, @nridge wrote:
> - Does the implementation handle explicit operator calls, e.g. `a.operator+(b)`? If so, it would be nice to add some test coverage.
It does now.
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