aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-07-07 17:23:32 +0000
committerTed Kremenek <kremenek@apple.com>2008-07-07 17:23:32 +0000
commit88a96d6c3fe2b1b9d80b39c21cf7aca4aa9fcf08 (patch)
treeb9b05a0c8275be116b768c9d7ab0fc543e2b206c
parent2645c77072d45fabb2bdc0a3621908035c7113dc (diff)
Mark the "Bug Type" column as being initially sorted (display the sort ding) so that users can readily see that the table can be sorted.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53176 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-xutils/scan-build2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/scan-build b/utils/scan-build
index d0ed77834e..ceb793ba29 100755
--- a/utils/scan-build
+++ b/utils/scan-build
@@ -437,7 +437,7 @@ print OUT <<ENDTEXT;
<h3>Reports</h3>
<table class="sortable">
<tr>
- <td>Bug Type</td>
+ <td class="sorttable_sorted">Bug Type<span id="sorttable_sortfwdind">&nbsp;&#x25BE;</span>
<td>File</td>
<td>Line</td>
<td>Path Length</td>