Open llvmbot opened 8 years ago
Bugzilla Link | 26888 |
Version | 3.7 |
OS | Linux |
Reporter | LLVM Bugzilla Contributor |
Please add to wishlist: Wouldn't it be useful, if 'clang -fsanitize=unsigned-integer-overflow' could warn for over-/underflows of all unsigned types instead of only 'unsigned int'? I don't see any other way to achieve this for types like 'unsigned short' or 'unsigned char' or bitfields.