aboutsummaryrefslogtreecommitdiff
path: root/www/compatibility.html
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2013-03-10 00:11:00 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2013-03-10 00:11:00 +0000
commit11fd5b17f16ef5413859ca3ea8c268aa239da782 (patch)
treed85171cc07af337c3191cfedc8c42ec361098380 /www/compatibility.html
parent0093e12513c5c896434915d5e9126f51b780aa61 (diff)
www tweaks to embiggen up our near-complete C++11 and C11 support.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176781 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/compatibility.html')
-rw-r--r--www/compatibility.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/compatibility.html b/www/compatibility.html
index de864eda4f..8bfaff191c 100644
--- a/www/compatibility.html
+++ b/www/compatibility.html
@@ -19,10 +19,10 @@
<h1>Language Compatibility</h1>
<!-- ======================================================================= -->
-<p>Clang strives to both conform to current language standards (C99,
- C++98) and also to implement many widely-used extensions available
+<p>Clang strives to both conform to current language standards (up to C11
+ and C++11) and also to implement many widely-used extensions available
in other compilers, so that most correct code will "just work" when
- compiler with Clang. However, Clang is more strict than other
+ compiled with Clang. However, Clang is more strict than other
popular compilers, and may reject incorrect code that other
compilers allow. This page documents common compatibility and
portability issues with Clang to help you understand and fix the