[all-commits] [llvm/llvm-project] a41c8b: [ADT] support fixed-width output with `utohexstr`

Yuanfang Chen via All-commits all-commits at lists.llvm.org
Fri Jan 28 10:08:23 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a41c8b8fd5ade12b8f055634ab9faf69c7ba6765
      https://github.com/llvm/llvm-project/commit/a41c8b8fd5ade12b8f055634ab9faf69c7ba6765
  Author: Yuanfang Chen <yuanfang.chen at sony.com>
  Date:   2022-01-28 (Fri, 28 Jan 2022)

  Changed paths:
    M llvm/include/llvm/ADT/StringExtras.h
    M llvm/unittests/ADT/StringExtrasTest.cpp

  Log Message:
  -----------
  [ADT] support fixed-width output with `utohexstr`

Will use it to output a hash value that needs fixed-width.

Reviewed By: dblaikie

Differential Revision: https://reviews.llvm.org/D118427




More information about the All-commits mailing list