[LLVMbugs] [Bug 20391] New: remarks should be controlled by -R flags, not -W flags

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Jul 21 14:58:31 PDT 2014


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

            Bug ID: 20391
           Summary: remarks should be controlled by -R flags, not -W flags
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: release blocker
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: richard-llvm at metafoo.co.uk
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

We should sort this out before 3.5 is released.

Per the original design, remarks should be governed by -R flags, not -W flags.
-Weverything should not affect remarks, and -Rerror= should not be possible.
Right now, we have an inconsistent state where diagnostics list [-Rblah] in the
message but the command line interface accepts -Wblah.

-- 
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/20140721/d7f4db03/attachment.html>


More information about the llvm-bugs mailing list