]> granicus.if.org Git - clang/commit
Add the Microsoft __is_interface_class type trait.
authorJohn McCall <rjmccall@apple.com>
Tue, 25 Sep 2012 07:32:49 +0000 (07:32 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 25 Sep 2012 07:32:49 +0000 (07:32 +0000)
commitea30e2f8667668173cf7433c3c80cf603bd922a4
tree55eff9d2c54cd8fc5c3128535412de722c489fb5
parente402e72273cde2a64fa6097c1fe93f500038675d
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
docs/LanguageExtensions.html
include/clang/Basic/TokenKinds.def
include/clang/Basic/TypeTraits.h
lib/AST/StmtPrinter.cpp
lib/Parse/ParseExpr.cpp
lib/Parse/ParseExprCXX.cpp
lib/Parse/ParseTentative.cpp
lib/Sema/SemaExprCXX.cpp
test/SemaCXX/ms-interface.cpp