summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2012-02-23 05:44:09 +0000
committerDouglas Gregor <dgregor@apple.com>2012-02-23 05:44:09 +0000
commit46e021e897b8319b192115954f0b2c82fe0e504d (patch)
treef8d3e1d071d960ff7882882c4986b3adca36fa3f /docs
parent860097c4ee7a365b6d462436659082c8355e03fd (diff)
Clang supports lambdas.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151239 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LanguageExtensions.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LanguageExtensions.html b/docs/LanguageExtensions.html
index 09832db1ca..d38f5d05ce 100644
--- a/docs/LanguageExtensions.html
+++ b/docs/LanguageExtensions.html
@@ -728,7 +728,7 @@ inline namespaces is enabled.</p>
<p>Use <tt>__has_feature(cxx_lambdas)</tt> or
<tt>__has_extension(cxx_lambdas)</tt> to determine if support for lambdas
-is enabled. Clang does not currently implement this feature.</p>
+is enabled. </p>
<h4 id="cxx_noexcept">C++11 noexcept</h4>