mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-10 01:55:08 +00:00
Add list of potential checkers. Provided by Anton Yartsev!
llvm-svn: 165359
This commit is contained in:
parent
69583bfefd
commit
4bb7eb1c20
@ -63,6 +63,38 @@ table.options td { border-bottom: 1px #cccccc dotted }
|
||||
table.options td { padding:5px; padding-left:8px; padding-right:8px }
|
||||
table.options td { text-align:left; font-size:9pt }
|
||||
|
||||
table.checkers {
|
||||
border: 1px #cccccc solid;
|
||||
border-collapse: collapse;
|
||||
margin:0px; margin-top:20px; margin-bottom:20px;
|
||||
text-align:left;
|
||||
table-layout: fixed;
|
||||
width: 100%;
|
||||
word-wrap :break-word;
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
table.checkers thead {
|
||||
background-color:#eee; color:#666666;
|
||||
border-top: 2px solid #cccccc;
|
||||
border-bottom: 2px solid #cccccc;
|
||||
font-weight: bold; font-family: Verdana;
|
||||
}
|
||||
|
||||
table.checkers td {
|
||||
padding:5px; padding-left:8px; padding-right:8px;
|
||||
border-right: 1px #cccccc dotted;
|
||||
border-bottom: 1px #cccccc dotted;
|
||||
}
|
||||
|
||||
table.checkers col.namedescr { width: 45% }
|
||||
table.checkers col.example { width: 55% }
|
||||
table.checkers col.progress { width: 84px }
|
||||
table.checkers pre { margin:1px; font-size: 100%; word-wrap :break-word; }
|
||||
table.checkers .name { font-weight:bold; }
|
||||
table.checkers .checked { background-color:#81F781; }
|
||||
table.checkers .commented { color:#909090; }
|
||||
|
||||
/* Collapsing Trees: http://dbtree.megalingo.com/web/demo/simple-collapsible-tree.cfm */
|
||||
#collapsetree, #collapsetree a:link, #collapsetree li a:link, #collapsetree a:visited, #collapsetree li a:visited{color:#000;text-decoration:none}
|
||||
#collapsetree,#collapsetree ul{list-style-type:none; width:auto; margin:0; padding:0}
|
||||
|
1645
clang/www/analyzer/potential_checkers.html
Normal file
1645
clang/www/analyzer/potential_checkers.html
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user