This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGc7aaa2efefdd: [clang] Add range accessor for ObjCAtTryStmt
catch_stmts and use it (authored by thakis).
Herald added a project: clang.
Changed prior
thakis marked an inline comment as done.
thakis added a comment.
Done, thanks.
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.ll
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
thakis created this revision.
thakis added a reviewer: hans.
thakis requested review of this revision.
No behavior change.
https://reviews.llvm.org/D112543
Files:
clang/include/clang/AST/StmtObjC.h
clang/lib/AST/StmtPrinter.cpp
clang/lib/Analysis/CFG.cpp
clang/lib/CodeGen/CGObjCMac.cpp