[LLVMbugs] [Bug 13297] New: Lack of consistency on the error message

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Jul 8 16:31:07 PDT 2012


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

             Bug #: 13297
           Summary: Lack of consistency on the error message
           Product: clang
           Version: 3.1
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Driver
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: sylvestre at debian.org
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


A very minor wish.

With the example:
$ clang -O9 foo.c 
error: invalid value '9' in '-O9'

The line is bold and error in red.

With:
$ clang  --param ssp-buffer-size=4  -Werror foo.c
clang: error: argument unused during compilation: '--param ssp-buffer-size=4'

The output is normal.
It should be consistent with the previous feedback.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list