https://bugs.llvm.org/show_bug.cgi?id=46744
Bug ID: 46744
Summary: Incorrect generation of HTML reports
Product: clang
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: Static Analyzer
Assignee: dcough...@apple.com
Reporter: pritam01gha...@gmail.com
CC: dcough...@apple.com, llvm-bugs@lists.llvm.org
Created attachment 23727
--> https://bugs.llvm.org/attachment.cgi?id=23727&action=edit
HTML file generated by scan-build (version 10.0.0)
The HTML file generated by the Clang Static Analyser (version 10.0.0) has an
issue with the nesting of closing tags. I have attached one such HTML file. In
this file, at line 2314, the placement of closing of outermost tr and td tags
is incorrect.
As a result, HTML parsers like jsoup and pup fail to read the HTML file past
the line number 2314.
HTML validator reports issues with all the line numbers beginning from 2315
until the end of HTML file.
I manually fixed the issue and then the parsers were able to parse the entire
HTML file.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs