[PATCH] D37308: Fix the __interface inheritence rules to work better with IUnknown and IDispatch

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 13 18:25:37 PDT 2017


erichkeane updated this revision to Diff 115153.
erichkeane retitled this revision from "Interface class with uuid base record" to "Fix the __interface inheritence rules to work better with IUnknown and IDispatch".
erichkeane edited the summary of this revision.
erichkeane added a comment.
Herald added a subscriber: eraman.

Based off of what I discovered previously, this is my first run at a solution to this problem. @zahiraam (and others), if you can see if I missed anything in this patch, it would be appreciated.  I think this is a good place to start further discussion than text conversation.


https://reviews.llvm.org/D37308

Files:
  include/clang/AST/DeclCXX.h
  lib/AST/DeclCXX.cpp
  lib/Sema/SemaDeclCXX.cpp
  test/SemaCXX/ms-iunknown-inline-def.cpp
  test/SemaCXX/ms-iunknown-outofline-def.cpp
  test/SemaCXX/ms-iunknown.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37308.115153.patch
Type: text/x-patch
Size: 5810 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170914/04d3ad15/attachment-0001.bin>


More information about the cfe-commits mailing list