[LLVMbugs] [Bug 13775] New: Crash-on-invalid with bad use of member function
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Sep 5 18:09:59 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=13775
Bug #: 13775
Summary: Crash-on-invalid with bad use of member function
Product: clang
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P
Component: C++
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: sharparrow1 at yahoo.com
CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu,
richard-llvm at metafoo.co.uk
Classification: Unclassified
class bar
{
public:
void foo ();
void baz ();
};
void bar::foo ()
{
baz x();
}
Assertion failed: (!R.empty() && (*R.begin())->isCXXClassMember()), function
ClassifyImplicitMemberAccess, file
/Volumes/storage/llvm/tools/clang/lib/Sema/SemaExprMember.cpp, line 100.
This is a regression from r162159.
--
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