rjmccall added a comment. Are you asking for a code review or a design review of the ABI? The second would be much easier to do from a design document.
================ Comment at: lib/CodeGen/CGObjCGNU.cpp:502 + for (const auto *I : Methods) + if (I->getImplementationControl() == ObjCMethodDecl::Optional) + OptionalMethods.push_back(I); ---------------- There's an `isOptional()` method now. Repository: rC Clang https://reviews.llvm.org/D46052 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits