git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52194 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Ted Kremenek 2008-06-11 05:26:52 +00:00
Родитель be6e5162f9
Коммит 20c5f14917
1 изменённых файлов: 10 добавлений и 2 удалений

Просмотреть файл

@ -1,7 +1,9 @@
<html>
<head>
<title>Information on using the Static Analyzer ("LLVM Checker")</title>
<style type="text/css">
<link type="text/css" rel="stylesheet" href="menu.css" />
<link type="text/css" rel="stylesheet" href="content.css" />
<!-- <style type="text/css">
body { color:#000000; background-color:#ffffff }
body { font-family: Helvetica, sans-serif; font-size:9pt }
thead {
@ -19,10 +21,14 @@
td { padding:5px; padding-left:8px; padding-right:8px }
td { text-align:left; font-size:9pt }
td.View { padding-left: 10px }
</style>
</style> -->
</head>
<body>
<!--#include virtual="menu.html.incl"-->
<div id="content">
<h1>Information on using the Static Analyzer ("LLVM Checker")</h1>
<p>This documents provides some notes on using the LLVM/clang static analyzer to
@ -281,5 +287,7 @@ Clang) in LLVM's Bugzilla database.</p>
<p><b>Apple-internal</b>: Please file bugs in Radar against the <b>llvm - clang</b>
component.</p>
</div>
</body>
</html>