summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2012-03-09 22:27:51 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2012-03-09 22:27:51 +0000
commit26b75c07317a3b50a8a00a1623e3ef38af1d8349 (patch)
tree7a996e959bd9bb606c4374000762a9118a92168c /www
parente7d6ca079a68ed9ea7fa6e5d6bfc9f625a37df76 (diff)
Improve diagnostics for UCNs referring to control characters and members of the
basic source character set in C++98. Add -Wc++98-compat diagnostics for same in literals in C++11. Extend such support to cover string literals as well as character literals, and mark N2170 as done. This seems too minor to warrant a release note to me. Let me know if you disagree. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152444 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/cxx_status.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index fad14f1c0d..9cc82bad1a 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -206,9 +206,9 @@ with clang; other versions have not been tested.</p>
<td class="full" align="center">Clang 3.0</td>
</tr>
<tr>
- <td>Universal character name literals</td>
+ <td>Universal character names in literals</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2170.html">N2170</a></td>
- <td class="none" align="center">No</td>
+ <td class="svn" align="center">SVN</td>
</tr>
<tr>
<td>User-defined literals</td>