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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user