[PATCH] D77491: [Sema] Introduce BuiltinAttr, per-declaration builtin-ness

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 29 00:36:26 PDT 2020


rjmccall added a comment.

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.


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