Y
Hacker News
new
|
ask
|
show
|
jobs
by
chunsj
792 days ago
It seems that the code is the result of the ObjC preprocessor. :-)
2 comments
chunkyguy
791 days 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...
link
CodeWriter23
792 days ago
I know humor is not allowed on HN but lol
link
https://clang.llvm.org/docs/ClangCommandLineReference.html#c...