[LLVMbugs] [Bug 7654] New: Assertion "Did not find a destructor!" on invalid code
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Jul 15 12:33:53 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=7654
Summary: Assertion "Did not find a destructor!" on invalid code
Product: clang
Version: trunk
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P
Component: C++
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: chris at bubblescope.net
CC: llvmbugs at cs.uiuc.edu, dgregor at apple.com
Created an attachment (id=5235)
--> (http://llvm.org/bugs/attachment.cgi?id=5235)
Example showing assertion
The attached invalid code causes the following assertion:
clang: DeclCXX.cpp:624: clang::CXXDestructorDecl*
clang::CXXRecordDecl::getDestructor() const: Assertion `I != E && "Did not find
a destructor!"' failed.
--
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