[LLVMbugs] [Bug 7092] [patch] Makes Module::getOrInsertFunction accept va_args in addition to ellipsis

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Sep 5 17:16:48 PDT 2010


http://llvm.org/bugs/show_bug.cgi?id=7092

Chris Lattner <clattner at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #4 from Chris Lattner <clattner at apple.com> 2010-09-05 19:16:48 CDT ---
I would rather not do this.  The varargs versions of these functions are just a
convenience, if you want to pass in a structured list, please usethe std:vector
versions of these.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list