[PATCH] D14796: Preserve exceptions information during calls code generation.

John McCall via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 18 17:14:43 PST 2015


rjmccall added a comment.

What I was thinking was something more along the lines of a little struct that stored either a Decl * or a FunctionType *, and you could change the TargetDecl argument to functions like EmitCall and ConstructAttributeList to that.  Maybe call it something like CalleeInfo?


http://reviews.llvm.org/D14796





More information about the cfe-commits mailing list