[PATCH] D15097: [Sema] Issue a warning for integer overflow in struct initializer

Vedant Kumar via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 8 13:36:39 PST 2016


vsk added a subscriber: vsk.
vsk added a comment.

Looks good to me.

Caveat: This isn't quite my area. This seems reasonable given what I've read in `EvaluateForOverflow` and `EvaluateAsRValue`. I think you should be fine to commit if no one objects soon.


http://reviews.llvm.org/D15097





More information about the cfe-commits mailing list