[llvm-bugs] [Bug 46744] New: Incorrect generation of HTML reports
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Jul 16 02:44:38 PDT 2020
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: dcoughlin at apple.com
Reporter: pritam01gharat at gmail.com
CC: dcoughlin at apple.com, llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20200716/66aca572/attachment-0001.html>
More information about the llvm-bugs
mailing list