Author: coppro
Date: Mon Jul 18 12:22:33 2011
New Revision: 135402

URL: http://llvm.org/viewvc/llvm-project?rev=135402&view=rev
Log:
Thanks to Chandler for reminding me to update the documentation for the
__underlying_type feature.

Modified:
    cfe/trunk/docs/LanguageExtensions.html

Modified: cfe/trunk/docs/LanguageExtensions.html
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/LanguageExtensions.html?rev=135402&r1=135401&r2=135402&view=diff
==============================================================================
--- cfe/trunk/docs/LanguageExtensions.html (original)
+++ cfe/trunk/docs/LanguageExtensions.html Mon Jul 18 12:22:33 2011
@@ -599,6 +599,7 @@
   <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>
 
 <!-- ======================================================================= 
-->


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to