[LLVMbugs] [Bug 22979] New: clang-cl: /Zc is not correctly parsed

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Mar 22 01:57:56 PDT 2015


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

            Bug ID: 22979
           Summary: clang-cl: /Zc is not correctly parsed
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Driver
          Assignee: unassignedclangbugs at nondot.org
          Reporter: david.majnemer at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

clang-cl has logic to deal with individual options to -Zc correctly but fails
to handle them when they are joined like so: -Zc:auto,inline.

Doing this results in warning: argument unused during compilation:
'-Zc:auto,inline'

-- 
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/20150322/73d3aca3/attachment.html>


More information about the llvm-bugs mailing list