erik.pilkington added a comment.

By using `no_destroy`, you're saying that exit-time destructor doesn't matter 
because the OS will either reclaim the resources automatically, or its just 
doesn't matter since the process is going down. I don't think that implies that 
we can safely ignore the destructor in the middle of the program's execution.


Repository:
  rC Clang

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

https://reviews.llvm.org/D61165



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

Reply via email to