[PATCH] D139926: [clangd] Add semantic token for angle brackets
Christian Kandeler via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 24 05:01:21 PST 2023
ckandeler added a comment.
Thanks for the test cases!
All fixed, except:
> // variable template specialization
> // parameter and argument lists are missing semantic tokens
> template <>
> constexpr int V<int> = 5;
Argument list fixed. I didn't manage to make the parameter list work.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139926/new/
https://reviews.llvm.org/D139926
More information about the cfe-commits
mailing list