diff options
| author | Douglas Gregor <dgregor@apple.com> | 2012-02-23 05:44:09 +0000 |
|---|---|---|
| committer | Douglas Gregor <dgregor@apple.com> | 2012-02-23 05:44:09 +0000 |
| commit | 64bfb2e88e6f4c90fc6b2d3f8046c4095d8c31e3 (patch) | |
| tree | 8c65feba6100529dcbaa900d0d5f3cffb2d8f913 /clang/docs/LanguageExtensions.html | |
| parent | f35c789031bb6d7388fa06ccda98cb57fe0ad853 (diff) | |
| download | bcm5719-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.html | 2 |
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> |

