top | item 40086324 (no title) chunsj | 1 year ago It seems that the code is the result of the ObjC preprocessor. :-) discuss order hn newest chunkyguy|1 year 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|1 year ago I know humor is not allowed on HN but lol
chunkyguy|1 year 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...
chunkyguy|1 year ago
https://clang.llvm.org/docs/ClangCommandLineReference.html#c...
CodeWriter23|1 year ago