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: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to