<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Incorrect generation of HTML reports"
   href="https://bugs.llvm.org/show_bug.cgi?id=46744">46744</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Incorrect generation of HTML reports
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>clang
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Static Analyzer
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>dcoughlin@apple.com
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>pritam01gharat@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>dcoughlin@apple.com, llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=23727" name="attach_23727" title="HTML file generated by scan-build (version 10.0.0)">attachment 23727</a> <a href="attachment.cgi?id=23727&action=edit" title="HTML file generated by scan-build (version 10.0.0)">[details]</a></span>
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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>