[PATCH] D38092: [MS Compat]Allow __interfaces to have properties.

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 20 11:58:43 PDT 2017


erichkeane created this revision.

__interface types are allowed in MSVC to have "property" data members 
(marked with declspec property).  This patch alters Sema to allow property
data members.


https://reviews.llvm.org/D38092

Files:
  lib/Sema/SemaDeclCXX.cpp
  test/SemaCXX/ms-interface.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38092.116046.patch
Type: text/x-patch
Size: 62969 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170920/8242cce1/attachment-0001.bin>


More information about the cfe-commits mailing list