Add REPORTBUG marker to scan-build.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56373 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/scan-build b/utils/scan-build
index 9f27808..c76441c 100755
--- a/utils/scan-build
+++ b/utils/scan-build
@@ -522,6 +522,7 @@
   <td>Line</td>
   <td>Path Length</td>
   <td class="sorttable_nosort"></td>
+  <td class="sorttable_nosort"></td>
 </tr>
 ENDTEXT
 
@@ -567,6 +568,9 @@
       # 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";
     }