[cfe-commits] r70528 - /cfe/trunk/www/comparison.html

Chris Lattner sabre at nondot.org
Thu Apr 30 18:42:14 PDT 2009


Author: lattner
Date: Thu Apr 30 20:42:13 2009
New Revision: 70528

URL: http://llvm.org/viewvc/llvm-project?rev=70528&view=rev
Log:
C/ObjC work well enough with clang for them not to be a gcc strength anymore.

Modified:
    cfe/trunk/www/comparison.html

Modified: cfe/trunk/www/comparison.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/comparison.html?rev=70528&r1=70527&r2=70528&view=diff

==============================================================================
--- cfe/trunk/www/comparison.html (original)
+++ cfe/trunk/www/comparison.html Thu Apr 30 20:42:13 2009
@@ -50,9 +50,9 @@
     <ul>
     <li>GCC supports languages that clang does not aim to, such as Java, Ada,
         FORTRAN, etc.</li>
-    <li>GCC front-ends are very mature and already support C/C++/ObjC and all
-        the variants we are interested in.  <a href="cxx_status.html">clang's 
-        support for C++</a> in particular is nowhere near what GCC supports.</li>
+    <li>GCC front-ends are very mature and already support C++.
+        <a href="cxx_status.html">clang's support for C++</a> is nowhere near 
+        what GCC supports.</li>
     <li>GCC supports more targets than LLVM.</li>
     <li>GCC is popular and widely adopted.</li>
     <li>GCC does not require a C++ compiler to build it.</li>





More information about the cfe-commits mailing list