Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
compiler-rt
/
test
/
ubsan
/
TestCases
/
Integer
/
uadd-overflow.cpp
a68d90f
UBSan: Enable runtime library tests on Windows, and get most tests passing.
by Peter Collingbourne
· 10 years ago
b8aae54
Add %run to all lit tests
by Greg Fitzgerald
· 11 years ago
ba869e7
Move UBSan test suite under test/
by Alexey Samsonov
· 12 years ago
[Renamed from compiler-rt/lib/ubsan/lit_tests/TestCases/Integer/uadd-overflow.cpp]
186507d
Fix integer tests on platforms where uint64_t is 'unsigned long long'.
by Will Dietz
· 12 years ago
1648410
[UBSan] Make sure ASan and UBSan interact properly by running each test from UBSan test suite with and without ASan
by Alexey Samsonov
· 12 years ago
[Renamed from compiler-rt/lib/ubsan/lit_tests/Integer/uadd-overflow.cpp]
b714e7e
[ubsan] Introduce %clangxx substitution for all C++ tests.
by Peter Collingbourne
· 12 years ago
633ec68
Add "CHECK-" prefix to un-break buildbot failure.
by Rui Ueyama
· 12 years ago
2b40b7e
[ubsan] Check for appropriate types on compound assignment overflow diagnostics.
by Will Dietz
· 13 years ago
b28179be
[ubsan] Replace "fatal error" with "runtime error".
by Will Dietz
· 13 years ago
57000c3
ubsan: Disable __int128 tests if the host Clang does not support it. These
by Richard Smith
· 13 years ago
2631aaf
ubsan: Support unsigned overflows, and divide-by-zero int/float split.
by Will Dietz
· 13 years ago