[all-commits] [llvm/llvm-project] 0b48d0: [ADT] Add an in-place version of toHex()
Hans via All-commits
all-commits at lists.llvm.org
Tue Jan 11 02:58:25 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0b48d0fe1292929f0cd61a2ca8114d794e245daa
https://github.com/llvm/llvm-project/commit/0b48d0fe1292929f0cd61a2ca8114d794e245daa
Author: Hans Wennborg <hans at chromium.org>
Date: 2022-01-11 (Tue, 11 Jan 2022)
Changed paths:
M clang/lib/CodeGen/CGDebugInfo.cpp
M llvm/include/llvm/ADT/StringExtras.h
M llvm/include/llvm/Support/MD5.h
M llvm/lib/Support/MD5.cpp
Log Message:
-----------
[ADT] Add an in-place version of toHex()
and use that to simplify MD5's hex string code which was previously
using a string stream, as well as Clang's
CGDebugInfo::computeChecksum().
Differential revision: https://reviews.llvm.org/D116960
More information about the All-commits
mailing list