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

Benjamin Kramer benny.kra at googlemail.com
Sun Apr 22 04:34:43 PDT 2012


Author: d0k
Date: Sun Apr 22 06:34:43 2012
New Revision: 155312

URL: http://llvm.org/viewvc/llvm-project?rev=155312&view=rev
Log:
Better C++11 support is no longer an advantage of GCC.

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=155312&r1=155311&r2=155312&view=diff
==============================================================================
--- cfe/trunk/www/comparison.html (original)
+++ cfe/trunk/www/comparison.html Sun Apr 22 06:34:43 2012
@@ -50,8 +50,6 @@
     <ul>
     <li>GCC supports languages that clang does not aim to, such as Java, Ada,
         FORTRAN, etc.</li>
-    <li>GCC has a few <a href="cxx_status.html">C++'11 features</a> that Clang
-        does not yet support.</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