riccibruno added inline comments.

================
Comment at: clang/lib/Sema/SemaStmtAttr.cpp:74
+         ControlScope->getFlags() & Scope::FnTryCatchScope)
+      S.Diag(A.getLoc(), diag::err_must_appear_after_branch) << A.getName();
+  }
----------------
I think that you need to test for each of the above.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59467/new/

https://reviews.llvm.org/D59467



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to