[PATCH] D73495: [CodeGen] Attach no-builtin attributes to function definitions with no Decl

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 28 13:45:16 PST 2020


efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.

LGTM

There's maybe some argument that we should be calling getNonClosureContext() or something like that to find the parent function, at least for some attributes.  But that seems less critical, and I don't really want to think about which attributes should/should not apply right now.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73495/new/

https://reviews.llvm.org/D73495





More information about the cfe-commits mailing list