Skip to content
  1. Jan 28, 2014
  2. Dec 05, 2013
  3. Oct 15, 2013
  4. Oct 14, 2013
  5. Apr 05, 2013
  6. Apr 03, 2013
  7. Mar 21, 2013
  8. Mar 20, 2013
  9. Mar 19, 2013
  10. Nov 23, 2012
  11. Aug 09, 2012
    • Alexey Samsonov's avatar
      [ASan] Create new files asan_report.{h,cc} as a preparation for refactoring of... · aa05110a
      Alexey Samsonov authored
      [ASan] Create new files asan_report.{h,cc} as a preparation for refactoring of ASan error reporting code.
      Currently ASan reports many kinds of errors, and the code that actually prints error messages can
      be found inside allocator, OS-specific files, interceptors code etc.
      
      An example of maintenance troubles this situation causes:
      There is currently an ASan interface function that registers
      callback which should take the char buffer with error report printed by ASan.
      This function is now broken, as one has to insert callback calls to all the places in
      ASan code where the error reports are printed, surprisingly it is not only
      "__asan_report_error" function...
      
      llvm-svn: 161568
      aa05110a
  12. Jul 09, 2012
  13. Jun 15, 2012
  14. Jun 14, 2012
  15. Jun 07, 2012
  16. Jun 06, 2012
  17. Jun 05, 2012
  18. May 31, 2012
  19. May 30, 2012
  20. May 23, 2012
  21. Apr 06, 2012
  22. Apr 05, 2012
  23. Mar 13, 2012
  24. Mar 10, 2012
  25. Feb 22, 2012
Loading