[LLVMbugs] [Bug 16395] New: Crash using Microsoft property declaration without a name
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Jun 20 16:22:43 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16395
Bug ID: 16395
Summary: Crash using Microsoft property declaration without a
name
Product: clang
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: C++
Assignee: unassignedclangbugs at nondot.org
Reporter: sharparrow1 at yahoo.com
CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
Classification: Unclassified
Testcase:
struct StructWithUnnamedMember {
__declspec(property(get=GetV)) int : 10;
};
Assertion failed: (Member && "HandleField never returns null"), function
ActOnCXXMemberDeclarator, file
/Volumes/storage/llvm/tools/clang/lib/Sema/SemaDeclCXX.cpp, line 1941.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130620/34ddc051/attachment.html>
More information about the llvm-bugs
mailing list