diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-06-11 14:59:18 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-06-11 14:59:18 +0000 |
commit | 01cd4fb8259c5339279dea5eb5b40b02f1fa8d0f (patch) | |
tree | 6eab15aec1d81a029df9e8bcd57576ae6e2b57a0 /www/OpenProjects.html | |
parent | 4bd654528bc6f872084bc86c3abf44842aefff05 (diff) |
Point to the clang driver, not the ccc driver
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73192 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/OpenProjects.html')
-rw-r--r-- | www/OpenProjects.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/OpenProjects.html b/www/OpenProjects.html index 4cd8f3c4ce..4ed6614e36 100644 --- a/www/OpenProjects.html +++ b/www/OpenProjects.html @@ -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 |