commit | bf4a7d7193107aa81b0d7400403b4a766e8076db | [log] [tgz] |
---|---|---|
author | John McCall <rjmccall@apple.com> | Tue Sep 25 07:32:49 2012 +0000 |
committer | John McCall <rjmccall@apple.com> | Tue Sep 25 07:32:49 2012 +0000 |
tree | 74580bbae68085bf6eebd373bafdf2930791ba14 | |
parent | db632ac004ae6dbc4a31b23e7e7bf462a0f7b5a4 [diff] [blame] |
Add the Microsoft __is_interface_class type trait. Patch by Andy Gibbs! llvm-svn: 164591
diff --git a/clang/lib/Parse/ParseExpr.cpp b/clang/lib/Parse/ParseExpr.cpp index 9b95641..37cdd14 100644 --- a/clang/lib/Parse/ParseExpr.cpp +++ b/clang/lib/Parse/ParseExpr.cpp
@@ -1208,6 +1208,7 @@ case tok::kw___is_class: case tok::kw___is_empty: case tok::kw___is_enum: + case tok::kw___is_interface_class: case tok::kw___is_literal: case tok::kw___is_arithmetic: case tok::kw___is_integral: