[LLVMbugs] [Bug 21027] New: r218166 broke building the C code output from the MIDL compiler

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Sep 22 07:21:57 PDT 2014


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: unassignedclangbugs at nondot.org
          Reporter: ehsan at mozilla.com
                CC: llvmbugs at cs.uiuc.edu
    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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140922/b0668193/attachment.html>


More information about the llvm-bugs mailing list