]> granicus.if.org Git - clang/commitdiff
C/ObjC work well enough with clang for them not to be a gcc strength anymore.
authorChris Lattner <sabre@nondot.org>
Fri, 1 May 2009 01:42:13 +0000 (01:42 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 1 May 2009 01:42:13 +0000 (01:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70528 91177308-0d34-0410-b5e6-96231b3b80d8

www/comparison.html

index f29c2676d5166b69e29a8ccba16c8bb7f7598477..0bfff127201b92c5ce750fb89572974d00e86ce3 100644 (file)
@@ -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>