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

Chandler Carruth <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|                            |FIXED

--- Comment #4 from Chandler Carruth <[email protected]> 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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to