1. 48d6b10 Merging r196612: by Bill Wendling · 11 years ago
  2. 5e43cfa [UBSan] Make sure ASan and UBSan interact properly by running each test from UBSan test suite with and without ASan by Alexey Samsonov · 11 years ago
  3. c1a1ed6 Overhaul the symbolizer interface. by Peter Collingbourne · 11 years ago
  4. 9b5f95f Runtime support for the indirect function call checker. by Peter Collingbourne · 11 years ago
  5. 49d29ed [ubsan] Introduce %clangxx substitution for all C++ tests. by Peter Collingbourne · 11 years ago
  6. 90b0f1e Refactor the usage of strip_path_prefix option and make it more consistent across sanitizers by Alexey Samsonov · 11 years ago
  7. 43ac401 This fixme is resolved, fix the test. by Nick Lewycky · 11 years ago
  8. fa484ba Add "CHECK-" prefix to un-break buildbot failure. by Rui Ueyama · 11 years ago
  9. a1b15b4 [tests] Update to use lit_config and lit package, as appropriate. by Daniel Dunbar · 11 years ago
  10. 8c6046b disable pipefail for ubsan. by Rafael Espindola · 11 years ago
  11. 28f2f82 Fix another instance of -ccc-cxx vs. --driver-mode=g++ by Hans Wennborg · 11 years ago
  12. 6efa4d6 [ASan] create separate configs for running ASan lit tests in both 32- and 64-bit mode. Clean up RUN-lines in tests. by Alexey Samsonov · 11 years ago
  13. ad785cb Remove a bunch of copy-paste: use common config for sanitizer lit/unit tests by Alexey Samsonov · 11 years ago
  14. 57434a3 Improve support for compiler-rt tests in CMake build. by Alexey Samsonov · 11 years ago
  15. 2a529ad Explicitly list all sanitizer headers in CMake build rules. Make sure sanitizer lit_tests depend on fresh headers. by Alexey Samsonov · 11 years ago
  16. c446611 compiler-rt part of r178194. Remove ubsan test for diagnostic on inf/nan conversion between floating-point types. by Richard Smith · 12 years ago
  17. e20fa5c Update ubsan test for clang change r177362. by Richard Smith · 12 years ago
  18. a0b1e21 ubsan: Runtime handlers for array indexing checks. by Richard Smith · 12 years ago
  19. 45a8124 ubsan: Add checking for invalid downcasts. Per [expr.static.cast]p2 and p11, by Richard Smith · 12 years ago
  20. 2af552f [ubsan] Add deduplication functionality, always enabled. by Will Dietz · 12 years ago
  21. 01247b7 [ubsan] Check for appropriate types on compound assignment overflow diagnostics. by Will Dietz · 12 years ago
  22. f359dea [ubsan] Don't suggest casting to unsigned for unsigned unary minus overflow. by Will Dietz · 12 years ago
  23. 9202515 Revert r171273 which doesn't actually compile. by Chandler Carruth · 12 years ago
  24. 7ba7f0d [ubsan] Don't suggest casting to unsigned for unsigned unary minus overflow. by Will Dietz · 12 years ago
  25. 7324b65 [ubsan] Update test now that check recovery is default and has driver flag. by Will Dietz · 12 years ago
  26. d7d7b5f Define COMPILER_RT_CAN_EXECUTE_TESTS variable on platforms where we can produce working binaries and use it in build rules for sanitizers tests by Alexey Samsonov · 12 years ago
  27. 0ad23f7 ubsan: Demangle class names, and be more informative when a reinterpret_cast by Richard Smith · 12 years ago
  28. 25ee97f ubsan: When diagnosing something wrong somewhere in memory, emit a note by Richard Smith · 12 years ago
  29. 5f11649 ubsan: if the frontend didn't provide us with a source location, try to work by Richard Smith · 12 years ago
  30. fe0b77b Rein ubsan's vptr sanitizer back a bit. Per core issue 453, binding a reference by Richard Smith · 12 years ago
  31. e3eb652 ubsan unit tests for -fsanitize=bool and -fsanitize=enum. by Richard Smith · 12 years ago
  32. a82a5d3 [ubsan] Refactor handlers to have separate entry points for aborting. by Will Dietz · 12 years ago
  33. 7cbd7e5 [ubsan] Replace "fatal error" with "runtime error". by Will Dietz · 12 years ago
  34. 0a7062f ubsan: Disable __int128 tests if the host Clang does not support it. These by Richard Smith · 12 years ago
  35. 80af605 ubsan: Support unsigned overflows, and divide-by-zero int/float split. by Will Dietz · 12 years ago
  36. af5a4c0 ubsan: fix broken test case by using brand new [[@LINE]] FileCheck feature by Alexey Samsonov · 12 years ago
  37. 5b16dba UBSan: enable CMake build on Darwin. Fix two failing tests and disable the test which produces linker errors on Darwin. by Alexey Samsonov · 12 years ago
  38. f10a79a Update compiler-rt tests to match flag renaming/deprecation in Clang. by Richard Smith · 12 years ago
  39. eda8bd0 -fcatch-undefined-behavior checking for appropriate vptr value: library side. by Richard Smith · 12 years ago
  40. 5856170 -fcatch-undefined-behavior: Runtime library support for trapping conversions to or by Richard Smith · 12 years ago
  41. b04caf1 -fcatch-undefined-behavior: handler for VLA bound which evaluates to a non-positive value. by Richard Smith · 12 years ago
  42. 6ebe451 Add a runtime diagnostics library for Clang's -fcatch-undefined-behavior. by Richard Smith · 12 years ago