diff options
author | David Blaikie <dblaikie@gmail.com> | 2011-10-14 07:58:10 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2011-10-14 07:58:10 +0000 |
commit | 1e2b3d7c6117d663b69d6a71ba8cb9c616e3ee7f (patch) | |
tree | aedf692a655a26fe43615dbfc28eb9f37d1f0387 /www/comparison.html | |
parent | b40034c2e580ab3b08de9dfb738d8e5d8ef79136 (diff) |
Updating the Clang website to refer to C++'11 instead of C++'0x
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141949 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/comparison.html')
-rw-r--r-- | www/comparison.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/comparison.html b/www/comparison.html index a7d4d75a2e..4b72a85271 100644 --- a/www/comparison.html +++ b/www/comparison.html @@ -50,7 +50,7 @@ <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++'0x features</a> that Clang + <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> @@ -133,7 +133,7 @@ <ul> <li>Clang's C and C++ support is far more mature and practically useful than - Elsa's, and includes many C++'0x features.</li> + Elsa's, and includes many C++'11 features.</li> <li>The Elsa community is extremely small and major development work seems to have ceased in 2005. Work continued to be used by other small projects (e.g. Oink), but Oink is apparently dead now too. Clang has a |