[all-commits] [llvm/llvm-project] 1a0076: [sanitizer] Fix format string

Vitaly Buka via All-commits all-commits at lists.llvm.org
Sat Aug 14 16:54:07 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1a0076db69c2df1a2c1e7452d7a90e2aa514300d
      https://github.com/llvm/llvm-project/commit/1a0076db69c2df1a2c1e7452d7a90e2aa514300d
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2021-08-14 (Sat, 14 Aug 2021)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/sanitizer_allocator_size_class_map.h

  Log Message:
  -----------
  [sanitizer] Fix format string


  Commit: 45138f788c9b3c4ac5d9ae4479841c411c15190e
      https://github.com/llvm/llvm-project/commit/45138f788c9b3c4ac5d9ae4479841c411c15190e
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2021-08-14 (Sat, 14 Aug 2021)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_bitvector_test.cpp

  Log Message:
  -----------
  [sanitizer] Define 32bit uptr as uint

This makes it consistent with uintptr_t.


Compare: https://github.com/llvm/llvm-project/compare/d2cb18918498...45138f788c9b


More information about the All-commits mailing list