rjmccall accepted this revision. rjmccall added a comment. This revision is now accepted and ready to land.
Thanks, this looks great. A few tweaks about the diagnostic and LGTM. ================ Comment at: include/clang/Basic/DiagnosticSemaKinds.td:4985 +def note_protected_by_objc_fast_enumeration : Note< + "jump enters Objective-c fast enumeration loop body">; def note_protected_by_objc_try : Note< ---------------- Capitalization: "Objective-C" It's probably better to just say "fast enumeration loop" and leave off "body". https://reviews.llvm.org/D32187 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits