summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/ms-iunknown-outofline-def.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix the __interface inheritence rules to work better with IUnknown and IDispatchErich Keane2017-09-151-0/+10
__interface objects in MSVC are permitted to inherit from __interface types, and interface-like types. Additionally, there are two default interface-like types (IUnknown and IDispatch) that all interface-like types must inherit from. Differential Revision: https://reviews.llvm.org/D37308 llvm-svn: 313364
OpenPOWER on IntegriCloud