[cfe-commits] [PATCH] Add -fobjc-direct-class-refs

John McCall rjmccall at apple.com
Mon Aug 20 19:51:52 PDT 2012


On Aug 17, 2012, at 7:30 AM, Jonathan Schleifer wrote:
> Am 17.08.2012 um 16:26 schrieb Jean-Daniel Dupas:
>> Please, when bumping a review request, re-attach the patch.
> 
> Ok, here goes again:
> 
> This enables ARC for ObjFW, for which it now has preliminary support.

Committed.  This seemed trivial enough, but do try to include tests with your
patches.  You should also run the tests before sending out patches;  this
was failing on test/Driver/arc.c because the diagnostic messages changed.

> It also sets the version to 9 (class) / 3 (protocol), which is necessary to have the new class / protocol variables added by clang (for example for property introspection), or did I see it wrong and clang just always emits them?

That's a question for David Chisnall, I think.

John.



More information about the cfe-commits mailing list