hans accepted this revision. hans added a comment. This revision is now accepted and ready to land.
Nice! ================ Comment at: clang/include/clang/AST/StmtObjC.h:279 + catch_stmt_iterator catch_stmts_end() { + return getStmts() + 1 + NumCatchStmts; + } ---------------- i might have gone with ``` catch_stmts_begin() + NumCatchStmts ``` but up to you. Same for the const one below. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D112543/new/ https://reviews.llvm.org/D112543 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits