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

            Bug ID: 21027
           Summary: r218166 broke building the C code output from the MIDL
                    compiler
           Product: clang
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Frontend
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Such code includes:

HRESULT __stdcall DllRegisterServer() { ... }
HRESULT __stdcall DllUnregisterServer() { .... }

Now, building with clang-cl emits an error because these functions are not
defined in a system header.

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