[PATCH] D92041: [clangd] Add hover info for `this` expr
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 11 02:32:26 PST 2020
sammccall added a comment.
Sorry, I didn't really address your question. I think the difficulty in making this a printingpolicy is that going from `type-parameter-0-0` to the spelled parameter is going from a canonical type to its alias, and isn't really possible in the general case, just in a bunch of special cases. So it's hard to add to the API, because it's a hard promise to live up to.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92041/new/
https://reviews.llvm.org/D92041
More information about the cfe-commits
mailing list