Skip to content

Commit

Permalink
Deploying to gh-pages from @ cdbc5a4 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Oct 25, 2023
0 parents commit 90be3b6
Show file tree
Hide file tree
Showing 294 changed files with 552,925 additions and 0 deletions.
1 change: 1 addition & 0 deletions 2023-03-11-155608-19047-1@5d118513c4b8_devel/commitmsg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build: remove obsolete AC_HEADER_STDC
99 changes: 99 additions & 0 deletions 2023-03-11-155608-19047-1@5d118513c4b8_devel/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
<html>
<head>
<title>cafe-terminal (clang-tools 1:14.0-55.6) - scan-build results</title>
<link type="text/css" rel="stylesheet" href="scanview.css"/>
<script src="sorttable.js"></script>
<script language='javascript' type="text/javascript">
function SetDisplay(RowClass, DisplayVal)
{
var Rows = document.getElementsByTagName("tr");
for ( var i = 0 ; i < Rows.length; ++i ) {
if (Rows[i].className == RowClass) {
Rows[i].style.display = DisplayVal;
}
}
}

function CopyCheckedStateToCheckButtons(SummaryCheckButton) {
var Inputs = document.getElementsByTagName("input");
for ( var i = 0 ; i < Inputs.length; ++i ) {
if (Inputs[i].type == "checkbox") {
if(Inputs[i] != SummaryCheckButton) {
Inputs[i].checked = SummaryCheckButton.checked;
Inputs[i].onclick();
}
}
}
}

function returnObjById( id ) {
if (document.getElementById)
var returnVar = document.getElementById(id);
else if (document.all)
var returnVar = document.all[id];
else if (document.layers)
var returnVar = document.layers[id];
return returnVar;
}

var NumUnchecked = 0;

function ToggleDisplay(CheckButton, ClassName) {
if (CheckButton.checked) {
SetDisplay(ClassName, "");
if (--NumUnchecked == 0) {
returnObjById("AllBugsCheck").checked = true;
}
}
else {
SetDisplay(ClassName, "none");
NumUnchecked++;
returnObjById("AllBugsCheck").checked = false;
}
}
</script>
<!-- SUMMARYENDHEAD -->
</head>
<body>
<h1>cafe-terminal (clang-tools 1:14.0-55.6) - scan-build results</h1>

<table>
<tr><th>User:</th><td>root@a30c691de1d0</td></tr>
<tr><th>Working Directory:</th><td>/rootdir</td></tr>
<tr><th>Command Line:</th><td>make -j 3</td></tr>
<tr><th>Clang Version:</th><td>Debian clang version 14.0.6
</td></tr>
<tr><th>Date:</th><td>Sat Mar 11 15:56:08 2023</td></tr>
</table>
<h2>Bug Summary</h2><table>
<thead><tr><td>Bug Type</td><td>Quantity</td><td class="sorttable_nosort">Display?</td></tr></thead>
<tr style="font-weight:bold"><td class="SUMM_DESC">All Bugs</td><td class="Q">2</td><td><center><input type="checkbox" id="AllBugsCheck" onClick="CopyCheckedStateToCheckButtons(this);" checked/></center></td></tr>
<tr><th>Logic error</th><th colspan=2></th></tr>
<tr><td class="SUMM_DESC">Branch condition evaluates to a garbage value</td><td class="Q">1</td><td><center><input type="checkbox" onClick="ToggleDisplay(this,'bt_logic_error_branch_condition_evaluates_to_a_garbage_value');" checked/></center></td></tr>
<tr><th>Unused code</th><th colspan=2></th></tr>
<tr><td class="SUMM_DESC">Unreachable code</td><td class="Q">1</td><td><center><input type="checkbox" onClick="ToggleDisplay(this,'bt_unused_code_unreachable_code');" checked/></center></td></tr>
</table>
<h2>Reports</h2>

<table class="sortable" style="table-layout:automatic">
<thead><tr>
<td>Bug Group</td>
<td class="sorttable_sorted">Bug Type<span id="sorttable_sortfwdind">&nbsp;&#x25BE;</span></td>
<td>File</td>
<td>Function/Method</td>
<td class="Q">Line</td>
<td class="Q">Path Length</td>
<td class="sorttable_nosort"></td>
<!-- REPORTBUGCOL -->
</tr></thead>
<tbody>
<tr class="bt_logic_error_branch_condition_evaluates_to_a_garbage_value"><td class="DESC">Logic error</td><td class="DESC">Branch condition evaluates to a garbage value</td><td>terminal-window.c</td><td class="DESC">confirm_close_window_or_tab</td><td class="Q">3541</td><td class="Q">11</td><td><a href="report-eb3cb1.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-eb3cb1.html" -->
</tr>
<tr class="bt_unused_code_unreachable_code"><td class="DESC">Unused code</td><td class="DESC">Unreachable code</td><td>terminal-profile.c</td><td class="DESC">terminal_profile_property_locked</td><td class="Q">1570</td><td class="Q">1</td><td><a href="report-c21a0f.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-c21a0f.html" -->
</tr>
</tbody>
</table>

</body></html>

Large diffs are not rendered by default.

Loading

0 comments on commit 90be3b6

Please sign in to comment.