]> granicus.if.org Git - clang/commitdiff
Add REPORTBUG marker to scan-build.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 19 Sep 2008 23:18:44 +0000 (23:18 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 19 Sep 2008 23:18:44 +0000 (23:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56373 91177308-0d34-0410-b5e6-96231b3b80d8

utils/scan-build

index 9f2780829add78d55def64dc5db50912b276c81a..c76441cde1e283aa191efdc32f587774191ab179 100755 (executable)
@@ -522,6 +522,7 @@ print OUT <<ENDTEXT;
   <td>Line</td>
   <td>Path Length</td>
   <td class="sorttable_nosort"></td>
+  <td class="sorttable_nosort"></td>
 </tr>
 ENDTEXT
 
@@ -567,6 +568,9 @@ ENDTEXT
       # Emit the "View" link.
       print OUT " <td class=\"View\"><a href=\"$ReportFile#EndPath\">View</a></td>\n";
         
+      # Emit REPORTBUG markers.
+      print OUT " <td class=\"ReportBug\"><!-- REPORTBUG id=\"$ReportFile\" --></td>\n";
+        
       # End the row.
       print OUT "</tr>\n";
     }