Skip to content
  1. Jun 06, 2012
  2. Jun 05, 2012
  3. Jun 04, 2012
  4. May 31, 2012
  5. May 30, 2012
  6. May 29, 2012
  7. May 28, 2012
  8. May 25, 2012
  9. May 12, 2012
  10. May 10, 2012
  11. Apr 06, 2012
  12. Apr 05, 2012
  13. Mar 21, 2012
    • Evgeniy Stepanov's avatar
      [asan] Support for %z to Printf() · 823085a8
      Evgeniy Stepanov authored
      At the moment, asan internal Printf() uses %l modifier for printing
      values of size_t and related types. This works, because we control
      both the implementation of Printf and all its uses, but can be a
      little misleading.
      
      This change adds support for %z to Printf(). All callers that print
      sizes and pointers as integers are switched to %zu / %zx.
      
      llvm-svn: 153177
      823085a8
  14. Mar 20, 2012
  15. Mar 16, 2012
  16. Mar 15, 2012
  17. Mar 14, 2012
  18. Mar 06, 2012
  19. Mar 01, 2012
  20. Feb 27, 2012
  21. Feb 22, 2012
  22. Feb 21, 2012
Loading