[LLVMbugs] [Bug 16353] Missing warning (error in C++11) for passing nontrivial object to varargs function via function pointer
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Jun 21 19:38:23 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16353
rtrieu at google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #5 from rtrieu at google.com ---
r184616 adds support for function calls made from function pointers that are
return types.
r184629 adds support for member pointer types.
Clang should properly warn in all cases now.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130622/bb6fe84f/attachment.html>
More information about the llvm-bugs
mailing list