summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2012-02-23 03:02:32 +0000
committerDouglas Gregor <dgregor@apple.com>2012-02-23 03:02:32 +0000
commit7c07e964d72a287aa3d5714731e202c3ffa17007 (patch)
treeb9752d9ef49eca40d8819e5312b903a54f6c3e08 /www
parent5c89c399ba0a171e3312a74e008d61d174d961f3 (diff)
Clang now supports lambda expressions.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151231 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 8c207bc8ae..ab11cb9104 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -107,9 +107,9 @@ with clang; other versions have not been tested.</p>
<td class="full" align="center">Clang 2.9</td>
</tr>
<tr>
- <td>New wording for C++0x lambdas</td>
+ <td>Lambda expressions</td>
<td><a href="http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2009/n2927.pdf">N2927</a></td>
- <td class="none" align="center">No</td>
+ <td class="full" align="center">SVN</td>
</tr>
<tr>
<td>Declared type of an expression</td>