[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:59:11 PDT 2017


erichkeane added inline comments.


================
Comment at: lib/Sema/SemaDeclCXX.cpp:2871
+      InvalidDecl =
+          (DS.getStorageClassSpec() == DeclSpec::SCS_typedef || MSPropertyAttr)
+              ? 0
----------------
Note: Clang format did this craziness... I'm open to whatever format you guys would prefer.


https://reviews.llvm.org/D38092





More information about the cfe-commits mailing list