[clang] [Clang] Add __builtin_counted_by_ref builtin (PR #114495)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 4 06:38:19 PST 2024


https://github.com/AaronBallman commented:

Can you add a test with `-ast-print` that shows we print out the builtin as it's used in the source, and a test with `-ast-dump` that shows the AST retains information about the use of the builtin?

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


More information about the cfe-commits mailing list