[cfe-commits] r73192 - /cfe/trunk/www/OpenProjects.html
Douglas Gregor
dgregor at apple.com
Thu Jun 11 07:59:18 PDT 2009
Author: dgregor
Date: Thu Jun 11 09:59:18 2009
New Revision: 73192
URL: http://llvm.org/viewvc/llvm-project?rev=73192&view=rev
Log:
Point to the clang driver, not the ccc driver
Modified:
cfe/trunk/www/OpenProjects.html
Modified: cfe/trunk/www/OpenProjects.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/OpenProjects.html?rev=73192&r1=73191&r2=73192&view=diff
==============================================================================
--- cfe/trunk/www/OpenProjects.html (original)
+++ cfe/trunk/www/OpenProjects.html Thu Jun 11 09:59:18 2009
@@ -24,7 +24,7 @@
<li><b>Compile your favorite C/ObjC project with Clang</b>:
Clang's type-checking and code generation is very close to complete (but not bug free!) for C and Objective-C. We appreciate all reports of code that is
rejected or miscompiled by the front-end. If you notice invalid code that is not rejected, or poor diagnostics when code is rejected, that is also very important to us. For make-based projects,
-the <a href="get_started.html#ccc"><code>ccc</code></a> driver works as a drop-in replacement for GCC.</li>
+the <a href="get_started.html#driver"><code>clang</code></a> driver works as a drop-in replacement for GCC.</li>
<li><b>Undefined behavior checking</b>: CodeGen could
insert runtime checks for all sorts of different undefined behaviors, from
More information about the cfe-commits
mailing list