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

            Bug ID: 16813
           Summary: [-cxx-abi microsoft] Cannot take the address of
                    __uuidof keyword/operator
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: LLVM Codegen
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

The following crashes clang in
clang::CodeGen::CodeGenModule::EmitUuidofInitializer:

#include <Guiddef.h>
struct __declspec(uuid("{12345678-1234-1234-1234-123456789abc}")) Thing;
const _GUID * thing = &__uuidof(Thing);

-- 
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