[clang] [Clang][AArch64] Fix crash with large arguments to MTE built-ins (PR #197620)

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Fri May 22 10:21:49 PDT 2026


efriedma-quic wrote:

Doesn't CheckImplicitConversions() normally get called later through CheckCompletedExpr()?

Anyway, the helper you want is probably convertArgumentToType().

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


More information about the cfe-commits mailing list