[llvm-bugs] [Bug 32705] New: [QoI] no warning emitted for mismatched dllstorage which is silently dropped

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Apr 18 16:14:40 PDT 2017


https://bugs.llvm.org/show_bug.cgi?id=32705

            Bug ID: 32705
           Summary: [QoI] no warning emitted for mismatched dllstorage
                    which is silently dropped
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: C++
          Assignee: unassignedclangbugs at nondot.org
          Reporter: compnerd at compnerd.org
                CC: dgregor at apple.com, llvm-bugs at lists.llvm.org

Created attachment 18311
  --> https://bugs.llvm.org/attachment.cgi?id=18311&action=edit
reduced.cc

We do not warn that we are ignoring the DLL Storage for builtin functions. 
This shows up as a function which is marked as __declspec(dllexport) not being
exported when there is a reference forced to be emitted prior to the
declaration.

-- 
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/20170418/61160e7c/attachment-0001.html>


More information about the llvm-bugs mailing list