Add list of potential checkers. Provided by Anton Yartsev!

llvm-svn: 165359
This commit is contained in:
Ted Kremenek 2012-10-06 05:09:43 +00:00
parent 69583bfefd
commit 4bb7eb1c20
2 changed files with 1677 additions and 0 deletions

View File

@ -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}

File diff suppressed because it is too large Load Diff