Comment by chunkyguy
2 years ago
There's also `clang -rewrite-objc` that "Rewrite Objective-C source to C++" which does the same trick of mapping objc code to `objc_msgSend`
https://clang.llvm.org/docs/ClangCommandLineReference.html#c...
2 years ago
There's also `clang -rewrite-objc` that "Rewrite Objective-C source to C++" which does the same trick of mapping objc code to `objc_msgSend`
https://clang.llvm.org/docs/ClangCommandLineReference.html#c...
No comments yet
Contribute on Hacker News ↗