Skip to main content
3 votes
1 answer
22 views

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-...
Peter B's user avatar
  • 31