[LLVMbugs] [Bug 8204] New: "scan-build" needs a grouping of options so that, e.g., "-vvv" instead of "-v -v -v" will work

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Sep 22 05:10:35 PDT 2010


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

           Summary: "scan-build" needs a grouping of options so that,
                    e.g., "-vvv" instead of "-v -v -v" will work
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Static Analyzer
        AssignedTo: kremenek at apple.com
        ReportedBy: tom.browder at gmail.com
                CC: llvmbugs at cs.uiuc.edu


Most GNU programs allow for grouping single character options without arguments
but at the moment "scan-build" does not.  One should be able to enter "-vvv"
instead of "-v -v -v".

-- 
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