Better C++11 support is no longer an advantage of GCC.

llvm-svn: 155312
This commit is contained in:
Benjamin Kramer 2012-04-22 11:34:43 +00:00
parent 8ffa7c8afd
commit 2484772c14

View File

@ -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>