ahatanak added a comment.

Since BlockVarCopyInits is a map with key `VarDecl *`, I think we want to add a 
flag to VarDecl (NonParmVarDeclBits) that indicates whether the copy expression 
can throw or not. Or is there a reason to store the bit in `BlockDecl::Capture` 
instead?


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