free!) for C and Objective C. We appreciate all reports of code that is\r
rejected by the front-end, and if you notice invalid code that is not rejected\r
by clang, that is also very important to us. For make-based projects,\r
-<a href="http://lists.cs.uiuc.edu/pipermail/cfe-dev/2007-December/000613.html">\r
-the script attached to this post</a> might help to get you started.</li>\r
+the <a href="get_started.html#ccc"><code>ccc</code></a> script in clang's\r
+<tt>utils</tt> folder might help to get you started.</li>\r
\r
<li><b>Compile your favorite C project with "clang -emit-llvm"</b>:\r
The clang to LLVM converter is getting more mature, so you may be able to\r
compile it. If not, please let us know. Again,\r
-<a href="http://lists.cs.uiuc.edu/pipermail/cfe-dev/2007-December/000613.html">\r
-the attachment to this post</a> might help you. Once it compiles it should\r
-run. If not, that's a bug :)</li>\r
+<a href="get_started.html#ccc"><code>ccc</code></a> might help you. Once it\r
+compiles it should run. If not, that's a bug :)</li>\r
\r
<li><b>Work on code generation for Objective C</b>: -emit-llvm support for\r
Objective C is basically nonexistent at the time of this writing, this is a\r
ret
</pre>
-<h3>GCC "Emulation" Driver</h3>
+<a name="ccc"><h3>GCC "Emulation" Driver</h3></a>
<p>While the <tt>clang</tt> executable is a compiler driver that can perform
code generation, program analysis, and other actions, it is not designed to be a