[clang] [ASTMatchers] Extend hasName matcher when matching templates (PR #100349)

Nathan James via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 25 06:06:25 PDT 2024


njames93 wrote:

@AaronBallman That's a good point, I didn't account for how defaulted template arguments aren't printed.
Would using `<*>` or a more rustic approach of `<_>` be a good alternative?

https://github.com/llvm/llvm-project/pull/100349


More information about the cfe-commits mailing list