[clang] [AST] Dump argument types for TypeTraitExpr. (PR #89370)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 19 05:59:02 PDT 2024


https://github.com/erichkeane commented:

It seems to me that exposing these as children is the better option here, right?  That way it would better model a CallExpr or template type-trait, and would work in our StmtProfiler et-al.

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


More information about the cfe-commits mailing list