[PATCH] D77491: [Sema] Introduce BuiltinAttr, per-declaration builtin-ness
Richard Smith - zygoloid via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 29 15:23:33 PDT 2020
rsmith added a comment.
In D77491#2300013 <https://reviews.llvm.org/D77491#2300013>, @rjmccall wrote:
> Being permissive about recognizing builtins when the expected signature requires a type that lookup can't find seems completely reasonable. We don't really want to force library functions to take the custom-typechecking path just because we want to infer an attribute for them.
Proposed fix in https://reviews.llvm.org/D88518.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77491/new/
https://reviews.llvm.org/D77491
More information about the cfe-commits
mailing list