1. 2fb0872 [Sanitizer] Unify summary reporting across all sanitizers. by Alexey Samsonov · 11 years ago
  2. e852e41 [lsan] Fix bug when discovering indirectly leaked objects. by Sergey Matveev · 11 years ago
  3. c519335 [lsan] Support ASan's stack-use-after-return mode in LSan. by Sergey Matveev · 11 years ago
  4. e86e35f [asan] Improve thread lifetime tracking on POSIX systems. by Sergey Matveev · 11 years ago
  5. 4430fdb [LSan] Don't report leaks with single-frame stack traces by Alexey Samsonov · 11 years ago
  6. 68c016a ASan, LSan, MSan: try to find llvm-symbolizer binary in PATH if it is not provided. Now we don't need to explicitly set the location of llvm-symbolizer in lit test configs. by Alexey Samsonov · 11 years ago
  7. 3354fa6 Revert r189347: it breaks on machines w/o installed debug versions of system libraries by Alexey Samsonov · 11 years ago
  8. a6b03c0 LSan: Check that dynamic linker library is properly symbolized by Alexey Samsonov · 11 years ago
  9. 5bd2174 Slightly improve lint checker script and fix a few style issues by Alexey Samsonov · 11 years ago
  10. 25aa255 [lsan] Add a regression test for building C code. by Sergey Matveev · 11 years ago
  11. 8d0c5ba [lsan] Add a stress test. by Sergey Matveev · 11 years ago
  12. a1b15b4 [tests] Update to use lit_config and lit package, as appropriate. by Daniel Dunbar · 11 years ago
  13. cc5a4ac Enable pipefail for LSan tests by Alexey Samsonov · 11 years ago
  14. 41f1540 [lsan] Add leak_check_at_exit flag. by Sergey Matveev · 11 years ago
  15. bdeb86c Disable pipefail for lsan. by Rafael Espindola · 11 years ago
  16. f021f4f Use --driver-mode=g++ instead of -ccc-cxx; required after Clang r186605 by Hans Wennborg · 11 years ago
  17. f93fa97 [lsan] Add __lsan_do_leak_check() to the public interface. by Sergey Matveev · 11 years ago
  18. 577a4b5 [lsan] Fix test. by Sergey Matveev · 11 years ago
  19. c6ac98d [lsan] Handle fork() correctly. by Sergey Matveev · 11 years ago
  20. fe18723 Define the path to llvm-symbolizer tool in a common config to reduce copy-paste by Alexey Samsonov · 11 years ago
  21. ad75ce5 [lsan] Fix build again. by Sergey Matveev · 11 years ago
  22. 0b5a1b7 [lsan] Fix build. by Sergey Matveev · 11 years ago
  23. b33cfeb [lsan] Add suppression support. by Sergey Matveev · 11 years ago
  24. 7ddf3c9 [lsan] Fix flaky test. by Sergey Matveev · 11 years ago
  25. 9fbfd96 [LSan] Add the way to disable LSan at link time by Alexey Samsonov · 11 years ago
  26. ac78d00 Revert to C-style callbacks for iteration over allocator chunks. by Sergey Matveev · 11 years ago
  27. 200afbd [asan] Move lsan_disabled out of thread context. by Sergey Matveev · 11 years ago
  28. c085fe8 [lsan] Move symbolization and reporting out of StopTheWorld callback. by Sergey Matveev · 11 years ago
  29. 441a216 Properly install LSan interface header, rely on sanitizer header presence in lit tests by Alexey Samsonov · 11 years ago
  30. b3b46da [lsan] Harmonized some naming inconsistencies. by Sergey Matveev · 11 years ago
  31. a4d043e [lsan] Fix the unittest makefiles. by Sergey Matveev · 11 years ago
  32. 4f0fd8e tsan: fix lint warnings by Dmitry Vyukov · 11 years ago
  33. cd571e0 [lsan] Implement __lsan_ignore_object(). by Sergey Matveev · 11 years ago
  34. 06f069a Simplify lit configs for asan/lsan/msan unit tests by Alexey Samsonov · 11 years ago
  35. ad785cb Remove a bunch of copy-paste: use common config for sanitizer lit/unit tests by Alexey Samsonov · 11 years ago
  36. 5e719a7 [lsan] Add __lsan_disable() and __lsan_enable(). by Sergey Matveev · 11 years ago
  37. 895659d [lsan] Run the leak detection tests under both ASan and LSan. by Sergey Matveev · 11 years ago
  38. c91a938 [lsan] Convert the remaining LSan tests to output tests. by Sergey Matveev · 11 years ago
  39. 616659a Exclude sanitizer_nolibc_test from TSan test run. Fix lint warnings by Alexey Samsonov · 11 years ago
  40. ebe3a36 [lsan] Begin converting LSan tests to output tests. by Sergey Matveev · 11 years ago
  41. 57434a3 Improve support for compiler-rt tests in CMake build. by Alexey Samsonov · 11 years ago
  42. e850b87 [lsan] Add lit test support. by Sergey Matveev · 11 years ago