ahatanak added a comment.

I thought it was okay to skip the work done by `ResolveExceptionSpec` in IRGen 
as long as the exception specifications that are needed have already been 
resolved in Sema. But calling Sema::canThrow in 
Sema::CheckCompleteVariableDeclaration and storing the result in 
BlockDecl::Capture is clearly the better solution since it doesn't introduce 
the complexity introduced in the updated patch.


Repository:
  rC Clang

https://reviews.llvm.org/D50152



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

Reply via email to