← Back to context Comment by chunsj 2 years ago It seems that the code is the result of the ObjC preprocessor. :-) 2 comments chunsj Reply 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... CodeWriter23 2 years ago I know humor is not allowed on HN but lol
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...
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...
I know humor is not allowed on HN but lol