[PATCH] D25993: [Objective-C] Add objc_subclassing_restricted attribute

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 27 07:00:35 PDT 2016


aaron.ballman added inline comments.


================
Comment at: lib/Sema/SemaDeclObjC.cpp:3859
+        // objc_subclassing_restricted attribute when it has that attribute as
+        // well (because of interfaces imported from Swift). Therefore we have
+        // to check if we can subclass in the implementation as well.
----------------
Should this be mentioned in the docs?


Repository:
  rL LLVM

https://reviews.llvm.org/D25993





More information about the cfe-commits mailing list