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

Reply via email to