about summary refs log tree commit diff homepage
path: root/test/Feature/ubsan_unsigned_overflow.c
AgeCommit message (Collapse)Author
2015-02-10Merged @luckyluke's change for detecting overflow of unsigned add, subCristian Cadar
and mul operations. Refactored tests into two main cases, and disabled them on LLVM 2.9, which does not support -fsanitized=*signed-integer-overflow.