[clang] [Sema] Fix bug in builtin AS override (PR #138141)

Joe Nash via cfe-commits cfe-commits at lists.llvm.org
Fri May 30 12:34:25 PDT 2025


Sisyph wrote:

It is documented in clang/include/clang/Basic/Builtins.def. 
` //  t -> signature is meaningless, use custom typechecking `
It essentially disables builtin signature typechecking, though I haven't looked into all the details.

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


More information about the cfe-commits mailing list