[PATCH] D41816: [analyzer] Model and check unrepresentable left shifts

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 10 11:23:03 PST 2018


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

Looks great. @dcoughlin: would you approve the warning message text?

Maybe actually we could print out the exact numbers that cause the bit shift to overflow, since we do have them when we check.


https://reviews.llvm.org/D41816





More information about the cfe-commits mailing list