diff options
author | John McCall <rjmccall@apple.com> | 2012-09-25 07:32:49 +0000 |
---|---|---|
committer | John McCall <rjmccall@apple.com> | 2012-09-25 07:32:49 +0000 |
commit | ea30e2f8667668173cf7433c3c80cf603bd922a4 (patch) | |
tree | 55eff9d2c54cd8fc5c3128535412de722c489fb5 /docs/LanguageExtensions.html | |
parent | e402e72273cde2a64fa6097c1fe93f500038675d (diff) |
Add the Microsoft __is_interface_class type trait.
Patch by Andy Gibbs!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164591 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LanguageExtensions.html')
-rw-r--r-- | docs/LanguageExtensions.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/LanguageExtensions.html b/docs/LanguageExtensions.html index 21ac627712..8c0e5b7ffc 100644 --- a/docs/LanguageExtensions.html +++ b/docs/LanguageExtensions.html @@ -1007,6 +1007,7 @@ struct is_convertible_to { <li><code>__is_convertible_to</code> (Microsoft)</li> <li><code>__is_empty</code> (GNU, Microsoft)</li> <li><code>__is_enum</code> (GNU, Microsoft)</li> + <li><code>__is_interface_class</code> (Microsoft)</li> <li><code>__is_pod</code> (GNU, Microsoft)</li> <li><code>__is_polymorphic</code> (GNU, Microsoft)</li> <li><code>__is_union</code> (GNU, Microsoft)</li> |