1. ac8564e [Sanitizer]: add __sanitizer_set_report_fd function to alter file descriptor for error reports by Alexey Samsonov · 12 years ago
  2. b46941a [ASan] Apply some ASan-relevant pieces of patch by Ruben Van Boxem. In the same time, remove ASan from CMake build on Windows after conversation with Timur. We don't want to support building ASan on Windows until it is in a working state. by Alexey Samsonov · 12 years ago
  3. 81dfbb7 [asan] add asan option log_path=PATH to let users redirect asan reports to a file PATH.PID instead of stderr by Kostya Serebryany · 12 years ago
  4. d865fec Relocate the external headers provided by ASan and the common sanitizer library. by Chandler Carruth · 12 years ago[Renamed (88%) from lib/sanitizer_common/sanitizer_interface_defs.h]
  5. b78caa6 tsan: Go language support by Dmitry Vyukov · 12 years ago
  6. 0a4c906 [Sanitizer] Use common defines for ASan and TSan runtime. Split defines between interface defines (can be visible in user code that includes interface ASan/TSan headers) and internal defines. by Alexey Samsonov · 12 years ago