I will not hold on to temporary StringRefs.
[clang.git] / www / get_involved.html
bloba383d701322505fc7c86493c9b80f9d925f91a8f
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
3 <html>
4 <head>
5 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
6 <title>Clang - Get Involved</title>
7 <link type="text/css" rel="stylesheet" href="menu.css" />
8 <link type="text/css" rel="stylesheet" href="content.css" />
9 </head>
10 <body>
12 <!--#include virtual="menu.html.incl"-->
14 <div id="content">
16 <h1>Getting Involved with the Clang Project</h1>
18 <p>Once you have <a href="get_started.html">checked out and built</a> clang and
19 played around with it, you might be wondering what you can do to make it better
20 and contribute to its development. Alternatively, maybe you just want to follow
21 the development of the project to see it progress.
22 </p>
24 <h2>Follow what's going on</h2>
26 <p>Clang is a subproject of the <a href="http://llvm.org">LLVM Project</a>, but
27 has its own mailing lists because the communities have people with different
28 interests. The two clang lists are:</p>
30 <ul>
31 <li><a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits">cfe-commits
32 </a> - This list is for patch submission/discussion.</li>
34 <li><a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">cfe-dev</a> -
35 This list is for everything else clang related (questions and answers, bug
36 reports, etc).</li>
38 </ul>
40 <p>If you are interested in clang only, these two lists should be all
41 you need. If you are interested in the LLVM optimizer and code generator,
42 please consider signing up for <a
43 href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">llvmdev</a> and <a
44 href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits">llvm-commits</a>
45 as well.</p>
48 <p>The best way to talk with other developers on the project is through the <a
49 href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">cfe-dev mailing
50 list</a>. The clang mailing list is a very friendly place and we welcome
51 newcomers. In addition to the cfe-dev list, a significant amount of design
52 discussion takes place on the <a
53 href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits">cfe-commits mailing
54 list</a>. All of these lists have archives, so you can browse through previous
55 discussions or follow the list development on the web if you prefer.</p>
57 <p>If you're looking for something to work on, check out our <a href="OpenProjects.html">Open Projects</a> page or go look through the <a href="http://llvm.org/bugs/">Bugzilla bug database.</p>
59 </div>
60 </body>
61 </html>