summaryrefslogtreecommitdiffstats
path: root/clang/docs/LanguageExtensions.html
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
commit64bfb2e88e6f4c90fc6b2d3f8046c4095d8c31e3 (patch)
tree8c65feba6100529dcbaa900d0d5f3cffb2d8f913 /clang/docs/LanguageExtensions.html
parentf35c789031bb6d7388fa06ccda98cb57fe0ad853 (diff)
downloadbcm5719-llvm-64bfb2e88e6f4c90fc6b2d3f8046c4095d8c31e3.tar.gz
bcm5719-llvm-64bfb2e88e6f4c90fc6b2d3f8046c4095d8c31e3.zip
Clang supports lambdas.
llvm-svn: 151239
Diffstat (limited to 'clang/docs/LanguageExtensions.html')
-rw-r--r--clang/docs/LanguageExtensions.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/LanguageExtensions.html b/clang/docs/LanguageExtensions.html
index 09832db1ca0..d38f5d05ce7 100644
--- a/clang/docs/LanguageExtensions.html
+++ b/clang/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>
OpenPOWER on IntegriCloud