Skip to content
  1. May 31, 2012
  2. May 30, 2012
  3. May 29, 2012
  4. May 28, 2012
  5. May 25, 2012
  6. May 12, 2012
  7. May 10, 2012
  8. Apr 06, 2012
  9. Apr 05, 2012
  10. 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
  11. Mar 20, 2012
  12. Mar 16, 2012
  13. Mar 15, 2012
  14. Mar 14, 2012
  15. Mar 06, 2012
  16. Mar 01, 2012
  17. Feb 27, 2012
  18. Feb 22, 2012
  19. Feb 21, 2012
  20. Feb 17, 2012
  21. Feb 16, 2012
  22. Feb 14, 2012
  23. Feb 13, 2012
  24. Feb 09, 2012
  25. Feb 08, 2012
Loading