[LLVMbugs] [Bug 23511] New: index.html is missing in the analysis output with -plist-html flag used on scan-build

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue May 12 22:13:38 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=23511

            Bug ID: 23511
           Summary: index.html is missing in the analysis output with
                    -plist-html flag used on scan-build
           Product: clang
           Version: 3.4
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Static Analyzer
          Assignee: kremenek at apple.com
          Reporter: vyletel at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

PRECONDITIONS:
Ubuntu clang version 3.4-1ubuntu3 (tags/RELEASE_34/final) (based on LLVM 3.4)
Ubuntu 14.04 LTS

STEPS TO REPRODUCE:
1. Run scan-build with these parameters:
scan-build --use-cc=clang --use-c++=clang++ -plist-html -o scan-build-result
make -j1

EXPECTED RESULT:
Output will contain html files, plist files and index.html

ACTUAL RESULT:
index.html is missing from the output. Removing -plist-html flag from the list
of parameters correctly outputs only html files, index.html included;

-- 
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/20150513/3ea9b357/attachment.html>


More information about the llvm-bugs mailing list