summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2012-02-14 22:56:17 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2012-02-14 22:56:17 +0000
commitb5216aaf803609d25eb8514266dd8531812b4877 (patch)
tree58e96cdccfcb407dcc19d8def6aedb37cfae5c9d /docs
parent65967ec5456ecb82b2d7d66d202c23d48e4251b5 (diff)
Advertize support for constexpr.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150524 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 7693d24154..09832db1ca 100644
--- a/docs/LanguageExtensions.html
+++ b/docs/LanguageExtensions.html
@@ -668,7 +668,7 @@ parsing with C++11's square bracket notation is enabled.</p>
<p>Use <tt>__has_feature(cxx_constexpr)</tt> to determine if support
for generalized constant expressions (e.g., <tt>constexpr</tt>) is
-enabled. Clang does not currently implement this feature.</p>
+enabled.</p>
<h4 id="cxx_decltype">C++11 <tt>decltype()</tt></h4>