summaryrefslogtreecommitdiffstats
path: root/clang/docs
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2011-12-03 18:14:24 +0000
committerDouglas Gregor <dgregor@apple.com>2011-12-03 18:14:24 +0000
commitdca70af22f74c8a298def2b262f6f5fc277a34f0 (patch)
tree0921c956cf83a78fc79ef8cf3c3db13ef2a65293 /clang/docs
parentdd5eb9df0cd248bc20fdca01f007f7119633a7d7 (diff)
downloadbcm5719-llvm-dca70af22f74c8a298def2b262f6f5fc277a34f0.tar.gz
bcm5719-llvm-dca70af22f74c8a298def2b262f6f5fc277a34f0.zip
Implement support for the __is_final type trait, to determine whether
a class is marked 'final', from Alberto Ganesh Barbati! Fixes PR11462. llvm-svn: 145775
Diffstat (limited to 'clang/docs')
-rw-r--r--clang/docs/LanguageExtensions.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/docs/LanguageExtensions.html b/clang/docs/LanguageExtensions.html
index c8e70202d53..79b96f6ad50 100644
--- a/clang/docs/LanguageExtensions.html
+++ b/clang/docs/LanguageExtensions.html
@@ -724,6 +724,7 @@ struct is_convertible_to {
<li><code>__is_polymorphic</code> (GNU, Microsoft)</li>
<li><code>__is_union</code> (GNU, Microsoft)</li>
<li><code>__is_literal(type)</code>: Determines whether the given type is a literal type</li>
+ <li><code>__is_final</code>: Determines whether the given type is declared with a <code>final</code> class-virt-specifier.</li>
<li><code>__underlying_type(type)</code>: Retrieves the underlying type for a given <code>enum</code> type. This trait is required to implement the C++11 standard library.</li>
</ul>
OpenPOWER on IntegriCloud