Author: lattner
Date: Sat May 22 02:02:06 2010
New Revision: 104436

URL: http://llvm.org/viewvc/llvm-project?rev=104436&view=rev
Log:
minor updates

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=104436&r1=104435&r2=104436&view=diff
==============================================================================
--- cfe/trunk/www/comparison.html (original)
+++ cfe/trunk/www/comparison.html Sat May 22 02:02:06 2010
@@ -50,8 +50,10 @@
     <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++.
-        <a href="cxx_status.html">clang's support for C++</a> is further 
behind.</li>
+    <li><a href="cxx_status.html">Clang support for C++</a> is more compliant 
+        than GCC's in many ways, but is not as mature as GCC's.  GCC has 
several
+        C++'0x features that Clang does not yet support (e.g. variadic 
+        templates).</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>


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to