-
Notifications
You must be signed in to change notification settings - Fork 13.3k
/
Copy pathmenu.html.incl
executable file
·54 lines (47 loc) · 1.87 KB
/
menu.html.incl
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<div id="menu">
<div>
<a href="http://llvm.org/">LLVM Home</a>
</div>
<div class="submenu">
<label>Clang Info</label>
<a href="http://llvm.org/releases/download.html">Download</a>
<a href="/index.html">About</a>
<a href="/features.html">Features</a>
<a href="/related.html">Related Projects</a>
<a href="/docs/UsersManual.html">User's Manual</a>
<a href="/compatibility.html">Language Compatibility</a>
<a href="/docs/LanguageExtensions.html">Language Extensions</a>
<a href="/c_status.html">C Status</a>
<a href="/cxx_status.html">C++ Status</a>
</div>
<div class="submenu">
<label>Clang Development</label>
<a href="/get_started.html">Get Started</a>
<a href="/get_involved.html">Get Involved</a>
<a href="/OpenProjects.html">Open Projects</a>
<a href="/docs/InternalsManual.html">Clang Internals</a>
<a href="/hacking.html">Hacking on Clang</a>
</div>
<div class="submenu">
<label>Clang Tools</label>
<a href="http://clang-analyzer.llvm.org">Automatic Bug-Finding</a>
<a href="/docs/Tooling.html">Writing Clang Tools</a>
</div>
<div class="submenu">
<label>Communication</label>
<a href="https://discourse.llvm.org/c/clang">Clang Forum</a>
<a href="http://lists.llvm.org/mailman/listinfo/cfe-commits">cfe-commits List</a>
<a href="https://github.com/llvm/llvm-project/issues">Bug Reports</a>
<a href="irc://irc.oftc.net/llvm">IRC: irc.oftc.net#llvm</a>
</div>
<div class="submenu">
<label>The Code</label>
<a href="/get_started.html#build">Check Out Sources</a>
<a href="https://github.com/llvm/llvm-project/tree/main/clang/">Browse Sources</a>
<a href="http://clang.llvm.org/doxygen/">doxygen</a>
</div>
<div class="submenu">
<label>Clang Events</label>
<a href="http://llvm.org/devmtg/">LLVM Meeting</a>
</div>
</div>