From: Douglas Gregor Date: Thu, 11 Jun 2009 14:59:18 +0000 (+0000) Subject: Point to the clang driver, not the ccc driver X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=01cd4fb8259c5339279dea5eb5b40b02f1fa8d0f;p=clang 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 --- 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. :)

  • Compile your favorite C/ObjC project with Clang: 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 ccc driver works as a drop-in replacement for GCC.
  • +the clang driver works as a drop-in replacement for GCC.
  • Undefined behavior checking: CodeGen could insert runtime checks for all sorts of different undefined behaviors, from