1 questions from the last 30 days
3
votes
1
answer
22
views
Recovering typedef/type alias name from a substituted template type parameter in Clang AST
I'm writing a Clang AST plugin (with Clang 18) to print out some metadata type things about the code and part of that is that it has to inspect class template specializations. I want to recover the as-...