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

Chandler Carruth <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |[email protected]
         AssignedTo|unassignedclangb...@nondot. |[email protected]
                   |org                         |

--- Comment #6 from Chandler Carruth <[email protected]> 2010-02-21 13:23:00 
CST ---
This is the same type of stuff that was being hit in PR6358 and PR6359. I was
seeing these assertions (and two other ones) whenever destructor name lookup
failed. I committed a work-around dgregor sent me in r96733. After that,
running clang doesn't show any errors (or asserts) for the attached file.

I've got a mostly complete patch that really improves our recovery in the event
of an invalid destructor decl. I'll finish it up, and test it, but it may need
to wait until we get some of what r96733 reverted checked back in so that it
can actually find invalid destructors. =D

-- 
Configure bugmail: http://www.llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to