[clang] [clang] Dump Auto Type Inference (PR #95509)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 14 06:25:33 PDT 2024


https://github.com/AaronBallman requested changes to this pull request.

I agree with @Endilll regarding the chattiness of this approach. AST dumping is a better way to do this until reflection support comes to C++ (at that point, I expect we'll have more nuanced tools for inspecting the deduced type).

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


More information about the cfe-commits mailing list