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

Jonathan Schleifer js at webkeks.org
Sat Aug 25 04:12:47 PDT 2012


Am 25.08.2012 um 12:54 schrieb David Chisnall:

> It is impossible to use exceptions with ObjC++ without those - the old GCC exception model is a mess.  If you want to support ObjC++ exceptions, implement those symbols.

Well, I'm not planing to use C++'s catch to catch exceptions thrown using ObjC's @throw or ObjC's @try when thrown using C++'s throw. I'm just going to have the two exception models working separately. This should work by just emitting ObjC exceptions the same way in ObjC++ as in ObjC and C++ exceptions the same as in C++ sources. Or did I miss something?

--
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/9ca81611/attachment.bin>


More information about the cfe-commits mailing list