[LLVMbugs] [Bug 12432] New: scan-build tool should create report-*.html files which represent full path/file names

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Apr 1 06:53:56 PDT 2012


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

             Bug #: 12432
           Summary: scan-build tool should create report-*.html files
                    which represent full path/file names
           Product: clang
           Version: trunk
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Static Analyzer
        AssignedTo: kremenek at apple.com
        ReportedBy: johannesobermayr at gmx.de
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


Currently scan-build generates randomly ragtagged report-XXXXXX.html files
which change for the same file on each rebuild.

To use scan-build efficiently in a VCS (e. g. Git) which can be base for a
website on WWW there should be an option to use the full path/file name:

path/to/file.c becomes report-path-to-file-c.html

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