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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to