Improved MSVC __interface support by adding first class support for it, instead of aliasing to "struct" which had some incorrect behaviour. Patch by David Robins.

llvm-svn: 163013
This commit is contained in:
Joao Matos
2012-08-31 18:45:21 +00:00
parent d65f1c8d6e
commit dc86f94f62
30 changed files with 1414 additions and 1247 deletions

View File

@@ -727,6 +727,7 @@ bool Sema::containsUnexpandedParameterPacks(Declarator &D) {
case TST_enum:
case TST_union:
case TST_struct:
case TST_interface:
case TST_class:
case TST_auto:
case TST_unknown_anytype: