Re: r265201 - [Objective-C] Introduce objc_runtime_visible attribute.

2016-04-11 Thread Aaron Ballman via cfe-commits
On Fri, Apr 1, 2016 at 7:23 PM, Douglas Gregor via cfe-commits wrote: > Author: dgregor > Date: Fri Apr 1 18:23:52 2016 > New Revision: 265201 Sorry about the long delay before getting you this feedback (been a bit hectic around here). One request: can you add some Sema tests that the attribute

r265201 - [Objective-C] Introduce objc_runtime_visible attribute.

2016-04-01 Thread Douglas Gregor via cfe-commits
Author: dgregor Date: Fri Apr 1 18:23:52 2016 New Revision: 265201 URL: http://llvm.org/viewvc/llvm-project?rev=265201&view=rev Log: [Objective-C] Introduce objc_runtime_visible attribute. The objc_runtime_visible attribute deals with an odd corner case where a particular Objective-C class is kn