[LLVMbugs] [Bug 20180] New: clang-cl: ignore /Zc:inline and /Zc:rvalueCast

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Jul 1 10:39:41 PDT 2014


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

            Bug ID: 20180
           Summary: clang-cl: ignore /Zc:inline and /Zc:rvalueCast
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: Frontend
          Assignee: unassignedclangbugs at nondot.org
          Reporter: marci_r at web.de
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Visual C++ 2013 has new compiler options /Zc:inline and /Zc:rvalueCast for ISO
C++ conformance. As clang should be conforming by default, it should ignore
them instead of issuing a warning "argument unused during compilation".

References:
http://msdn.microsoft.com/en-us/library/dn449507.aspx
http://msdn.microsoft.com/en-us/library/dn642448.aspx

-- 
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/20140701/f3fe04cd/attachment.html>


More information about the llvm-bugs mailing list