[LLVMbugs] [Bug 9654] Crash on call to function template declared without function declarator

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Jun 22 11:17:14 PDT 2011


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

Douglas Gregor <dgregor at apple.com> changed:

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

--- Comment #4 from Douglas Gregor <dgregor at apple.com> 2011-06-22 13:17:13 CDT ---
This wasn't as horrible as I thought; everywhere else, Sema maintains the AST
invariant by synthesizing parameter declarations. Template instantiation needs
to do this as well.

Fixed in Clang r133628.

-- 
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