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: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


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

Reply via email to