jyu2 marked 8 inline comments as done. jyu2 added inline comments.
================ Comment at: lib/Sema/AnalysisBasedWarnings.cpp:334 + continue; + else + HasThrowOutFunc = true; ---------------- aaron.ballman wrote: > You can drop the `else` here and just set `HasThrowOutFunc` to true. Can not do that, don't if block has throw expression yet. https://reviews.llvm.org/D33333 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits