[LLVMbugs] [Bug 8774] crash on checking default argument
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sun Dec 12 23:42:06 PST 2010
http://llvm.org/bugs/show_bug.cgi?id=8774
Chandler Carruth <chandlerc at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |chandlerc at gmail.com
Resolution| |FIXED
--- Comment #4 from Chandler Carruth <chandlerc at gmail.com> 2010-12-13 01:42:05 CST ---
I think the specific problem is in VarDecl::hasInit(). Fixed in r121692. As I
mentioned in that commit log, I suspect this is a symptom of a deeper flaw in
conflating default arguments and initializers at the API level in VarDecl.
--
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