]> granicus.if.org Git - clang/commitdiff
Point to the clang driver, not the ccc driver
authorDouglas Gregor <dgregor@apple.com>
Thu, 11 Jun 2009 14:59:18 +0000 (14:59 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 11 Jun 2009 14:59:18 +0000 (14:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73192 91177308-0d34-0410-b5e6-96231b3b80d8

www/OpenProjects.html

index 4cd8f3c4cea7327c87db3c39fe3492f9dc1a2bf1..4ed6614e360e2b45bd32e32405454ec842b2d710 100644 (file)
@@ -24,7 +24,7 @@ verify that one of these isn't already completed. :)</p>
 <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