Cedric Venet | 08438133 | 2009-02-14 20:20:19 | [diff] [blame] | 1 | <div id="menu"> |
| 2 | <div> |
| 3 | <a href="http://llvm.org/">LLVM Home</a> |
| 4 | </div> |
| 5 | |
| 6 | <div class="submenu"> |
| 7 | <label>Clang Info</label> |
| 8 | <a href="/index.html">About</a> |
| 9 | <a href="/features.html">Features</a> |
| 10 | <a href="/comparison.html">Comparisons</a> |
Daniel Dunbar | 25a3ada | 2010-10-04 15:40:45 | [diff] [blame] | 11 | <a href="/related.html">Related Projects</a> |
Gabor Greif | 156315b | 2010-08-28 11:05:27 | [diff] [blame] | 12 | <a href="/docs/UsersManual.html">User's Manual</a> |
Douglas Gregor | 9c9f26d | 2010-06-30 22:01:08 | [diff] [blame] | 13 | <a href="/compatibility.html">Language Compatibility</a> |
Daniel Dunbar | 5773c60 | 2009-06-04 18:39:08 | [diff] [blame] | 14 | <a href="/docs/LanguageExtensions.html">Language Extensions</a> |
| 15 | <a href="/cxx_status.html">C++ Status</a> |
Daniel Dunbar | 15b8622 | 2009-06-04 18:37:52 | [diff] [blame] | 16 | </div> |
| 17 | |
| 18 | <div class="submenu"> |
| 19 | <label>Clang Development</label> |
Cedric Venet | 08438133 | 2009-02-14 20:20:19 | [diff] [blame] | 20 | <a href="/get_started.html">Get Started</a> |
| 21 | <a href="/get_involved.html">Get Involved</a> |
Douglas Gregor | 2012173 | 2009-03-13 15:06:27 | [diff] [blame] | 22 | <a href="/OpenProjects.html">Open Projects</a> |
Cedric Venet | 08438133 | 2009-02-14 20:20:19 | [diff] [blame] | 23 | <a href="/docs/InternalsManual.html">Clang Internals</a> |
| 24 | <a href="/hacking.html">Hacking on Clang</a> |
| 25 | <a href="/performance.html">Performance</a> |
| 26 | </div> |
| 27 | |
| 28 | <div class="submenu"> |
| 29 | <label>Clang Tools</label> |
Ted Kremenek | 0da03ed | 2009-06-09 01:37:34 | [diff] [blame] | 30 | <a href="http://clang-analyzer.llvm.org">Automatic Bug-Finding</a> |
Cedric Venet | 08438133 | 2009-02-14 20:20:19 | [diff] [blame] | 31 | </div> |
| 32 | |
| 33 | <div class="submenu"> |
Chris Lattner | 4758281 | 2009-08-02 05:36:37 | [diff] [blame] | 34 | <label>Communication</label> |
| 35 | <a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">cfe-dev List</a> |
Nick Lewycky | 3fd2928 | 2010-09-30 21:20:23 | [diff] [blame] | 36 | <a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits">cfe-commits List</a> |
Chris Lattner | c8ed0c1 | 2009-08-02 05:38:25 | [diff] [blame] | 37 | <a href="irc://irc.oftc.net/llvm">IRC: irc.oftc.net#llvm</a> |
Cedric Venet | 08438133 | 2009-02-14 20:20:19 | [diff] [blame] | 38 | <a href="http://llvm.org/bugs/">Bug Reports</a> |
Chris Lattner | 4758281 | 2009-08-02 05:36:37 | [diff] [blame] | 39 | </div> |
| 40 | |
| 41 | <div class="submenu"> |
| 42 | <label>The Code</label> |
| 43 | <a href="/get_started.html#build">Check Out SVN</a> |
Cedric Venet | 08438133 | 2009-02-14 20:20:19 | [diff] [blame] | 44 | <a href="http://llvm.org/svn/llvm-project/cfe/trunk/">Browse SVN</a> |
| 45 | <a href="http://llvm.org/viewvc/llvm-project/cfe/trunk/">Browse ViewVC</a> |
| 46 | <a href="http://clang.llvm.org/doxygen/">doxygen</a> |
Chris Lattner | 4758281 | 2009-08-02 05:36:37 | [diff] [blame] | 47 | </div> |
| 48 | |
| 49 | <div class="submenu"> |
| 50 | <label>Quick Links</label> |
Daniel Dunbar | 9886f71 | 2010-06-13 21:07:10 | [diff] [blame] | 51 | <a href="http://test.minormatter.com/~ddunbar/clang-cov/">Testing Coverage</a> |
| 52 | <a href="http://test.minormatter.com/~ddunbar/references.html">Spec. References</a> |
Cedric Venet | 08438133 | 2009-02-14 20:20:19 | [diff] [blame] | 53 | </div> |
| 54 | |
| 55 | <div class="submenu"> |
Chris Lattner | 640edde | 2011-07-24 21:00:45 | [diff] [blame] | 56 | <label>Clang Events</label> |
| 57 | <a href="http://llvm.org/devmtg/2009-10/">October 2009</a> |
| 58 | <a href="http://llvm.org/devmtg/2010-11/">November 2010</a> |
Cedric Venet | 08438133 | 2009-02-14 20:20:19 | [diff] [blame] | 59 | </div> |
| 60 | |
| 61 | </div> |