Skip to content
  1. Oct 14, 2013
  2. Apr 05, 2013
  3. Apr 03, 2013
  4. Mar 21, 2013
  5. Mar 20, 2013
  6. Mar 19, 2013
  7. Nov 23, 2012
  8. 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
  9. Jul 09, 2012
  10. Jun 15, 2012
  11. Jun 14, 2012
  12. Jun 07, 2012
  13. Jun 06, 2012
  14. Jun 05, 2012
  15. May 31, 2012
  16. May 30, 2012
  17. May 23, 2012
  18. Apr 06, 2012
  19. Apr 05, 2012
  20. Mar 13, 2012
  21. Mar 10, 2012
  22. Feb 22, 2012
  23. Feb 13, 2012
  24. Feb 08, 2012
  25. Feb 07, 2012
  26. Jan 31, 2012
Loading