[LLVMbugs] [Bug 6657] SemaTemplateInstantiateDecl.cpp:393: clang::Decl*<unnamed>::TemplateDeclInstantiator::VisitVarDecl(clang::VarDecl*): Assertion `InitArgs.size() == 0' failed.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Mar 24 14:23:53 PDT 2010


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

Douglas Gregor <dgregor at apple.com> changed:

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

--- Comment #6 from Douglas Gregor <dgregor at apple.com> 2010-03-24 16:23:52 CDT ---
Thanks for the reduction and for taking a shot at a patch. The assert was
actually telling us that we really, really shouldn't have multiple arguments
there. Fixed in r99427.

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