[cfe-commits] [PATCH] Add -fobjc-direct-class-refs
Jonathan Schleifer
js at webkeks.org
Sat Aug 25 14:12:26 PDT 2012
Am 25.08.2012 um 23:10 schrieb John McCall:
> Is there a particular reason why you don't want the exception models to interact correctly? It's quite straightforward to make it work when you've designed things properly.
Yes, I don't really like a dependency on libstdc++. Plus I can't think of too many cases where it makes sense to throw in C++ and then catch in ObjC or vice versa. What's the advantage of using @catch instead of catch?
--
Jonathan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 6036 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120825/fca67de8/attachment.bin>
More information about the cfe-commits
mailing list