rnk added a comment.

Re: jumps out of __try, I wonder if you can tie __finally into whatever the CFG 
does for C++ destructors.



================
Comment at: test/Sema/warn-unreachable-ms.c:49
     __try {
-      f();
+      throw 1;
     } __except (1) {
----------------
Nice. Would any noreteurn call work here to eliminate the re-run and ifdef?


https://reviews.llvm.org/D37090



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

Reply via email to