summaryrefslogtreecommitdiffstats
path: root/www/analyzer/menu.html.incl
blob: b7c95f10fb81e8800ed6fdd9cc31e00136a4986e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<div id="menu">
  <div>
    <a href="http://llvm.org/">LLVM Home</a>
    <a href="http://clang.llvm.org/">Clang Home</a>    
  </div>

  <div class="submenu">
   <label>Events</label>
   <a href="http://llvm.org/devmtg/2009-10">October 2, 2009 - LLVM/Clang Developers' Meeting</a>
  </div>

  <div class="submenu">
    <label>Quick Links</label>
    <a href="/index.html">About the Analyzer</a>
    <a href="/filing_bugs.html">Filing Bugs</a>    
  </div>
    
  <div class="submenu">
    <label>User Manual</label>
<!--      <a href="/design_philosphy.html">Design&nbsp;Philosophy</a> -->
      <a href="/installation.html">Obtaining&nbsp;the&nbsp;Analyzer</a>
      <a href="/scan-build.html">Running&nbsp;the&nbsp;Analyzer</tt></a>
      <a href="/available_checks.html">Available&nbsp;Checks</a>
<!--      <a href="/false_positives.html">False&nbsp;Positives</a> -->
      <a href="/annotations.html">Source-level Annotations</a>
  </div>

  <div class="submenu">
    <label>Clang Mailing Lists</label>
    <a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">cfe-dev</a>
    <a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits">cfe-commits</a>
  </div>
  
  <center><a href="http://llvm.org"><img src="http://llvm.org/img/LLVM-Logo-Derivative-3.png" style="margin-top:10px"></a></center>
</div>
OpenPOWER on IntegriCloud