[PATCH] D14796: Preserve exceptions information during calls code generation.
Samuel Antao via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 18 18:19:33 PST 2015
sfantao added a comment.
In http://reviews.llvm.org/D14796#292336, @rjmccall wrote:
> 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?
Ok, in the new diff I am encoding the declaration and type in a new struct instead of using `CGFunctionInfo` to keep the type.
Let me know your comments.
Thanks!
Samuel
http://reviews.llvm.org/D14796
More information about the cfe-commits
mailing list