summaryrefslogtreecommitdiffstats
path: root/docs/LanguageExtensions.html
diff options
context:
space:
mode:
authorSean Hunt <scshunt@csclub.uwaterloo.ca>2011-07-18 17:22:33 +0000
committerSean Hunt <scshunt@csclub.uwaterloo.ca>2011-07-18 17:22:33 +0000
commit1fba8281b9fab5bf11c4083e88f31047413f94f2 (patch)
tree23b558898e4c3549d0374db0e68bc8947947fad0 /docs/LanguageExtensions.html
parent858a325e5f250c83409137c5609b162983ea6d1e (diff)
Thanks to Chandler for reminding me to update the documentation for the
__underlying_type feature. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135402 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LanguageExtensions.html')
-rw-r--r--docs/LanguageExtensions.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/LanguageExtensions.html b/docs/LanguageExtensions.html
index 7ee8f010a3..528315b820 100644
--- a/docs/LanguageExtensions.html
+++ b/docs/LanguageExtensions.html
@@ -599,6 +599,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>__underlying_type(type)</code>: Retrieves the underlying type for a given <code>enum</code> type. This trait is required to implement the C++0x standard library.</li>
</ul>
<!-- ======================================================================= -->