summaryrefslogtreecommitdiff
path: root/www/comparison.html
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-02-05 23:51:14 +0000
committerDouglas Gregor <dgregor@apple.com>2010-02-05 23:51:14 +0000
commit57f1a00bf28e32a10414bb383e1cfc8dce3f0462 (patch)
tree2a58e7b30932e8267287aeaf24a60db304c64aa7 /www/comparison.html
parente41ac7b007d64b504f8e79b97839d060a3669171 (diff)
downloadclang-57f1a00bf28e32a10414bb383e1cfc8dce3f0462.tar.gz
Update Clang C++ status, with a more project-centric focus.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95455 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/comparison.html')
-rw-r--r--www/comparison.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/comparison.html b/www/comparison.html
index 2462b89da2..0a6a7c8e00 100644
--- a/www/comparison.html
+++ b/www/comparison.html
@@ -51,8 +51,7 @@
<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 nowhere near
- what GCC supports.</li>
+ <a href="cxx_status.html">clang's support for C++</a> is further behind.</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>