-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ ca235cf 🚀
- Loading branch information
0 parents
commit 1a8910c
Showing
300 changed files
with
568,510 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
po: update translations |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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@f41e31331357</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 16:29:16 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"> ▾</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> |
3,359 changes: 3,359 additions & 0 deletions
3,359
2023-03-11-162916-19047-1@e7931c31db43_devel/output_e7931c31db43cc8712ebb3f436998c54711e34eb
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.