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