summaryrefslogtreecommitdiff
path: root/www/menu.html.incl
blob: 8103217558539383f37c5d7056bb9f1a2d12f86f (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
<div id="menu">
  <div>
    <a href="http://llvm.org/">LLVM Home</a>
  </div>
  
  <div class="submenu">
    <label>Clang Info</label>
    <a href="index.html">About</a>
    <a href="features.html">Features</a>
    <a href="get_involved.html">Get Involved</a>
    <a href="http://clang.llvm.org/docs/InternalsManual.html">Manual</a>
  </div>
  
  <div class="submenu">
    <label>Quick Links</label>
    <!-- This section is for special links to areas that,
            organizationally, are deep within another section,
            but are still important enough to warrant a link.
            It's for those things that you have to do a lot, but don't
            want to have to wade through several pages to go there
            every time. -->
    <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>
    <a href="http://llvm.org/bugs/">Bug Reports</a>
    <a href="http://llvm.org/svn/llvm-project/cfe/trunk/">Browse Source</a>
  </div>
</div>