EricWF accepted this revision.
EricWF added a comment.
This revision is now accepted and ready to land.

LGTM.

Random thought: It would be nice for C++ to have a 
`non_truncating_cast<T>(value)` which generated an error when the conversion 
performs a truncation.  This seems like the behavior we want for most of these 
changes, since the cast *shouldn't* truncate.


https://reviews.llvm.org/D27267



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

Reply via email to