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 | e35b3aae52503c84756492d65c1a329690ffc78a (patch) | |
| tree | d7b69feb0390d8eddccc3b24d4b4466e3d67bfba /clang/www/comparison.html | |
| parent | 5a31471e72d4ca39ba83804b2f74ad694207b25a (diff) | |
| download | bcm5719-llvm-e35b3aae52503c84756492d65c1a329690ffc78a.tar.gz bcm5719-llvm-e35b3aae52503c84756492d65c1a329690ffc78a.zip | |
Updating the Clang website to refer to C++'11 instead of C++'0x
llvm-svn: 141949
Diffstat (limited to 'clang/www/comparison.html')
| -rw-r--r-- | clang/www/comparison.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/www/comparison.html b/clang/www/comparison.html index a7d4d75a2e5..4b72a852717 100644 --- a/clang/www/comparison.html +++ b/clang/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 |

