[all-commits] [llvm/llvm-project] cd2800: [Support] Update `MD5` to follow other hashes.
Alexandre Rames via All-commits
all-commits at lists.llvm.org
Thu Aug 19 14:13:26 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cd28003336c7ada59f889cb92ee121d508e076d6
https://github.com/llvm/llvm-project/commit/cd28003336c7ada59f889cb92ee121d508e076d6
Author: Alexandre Rames <arames at apple.com>
Date: 2021-08-19 (Thu, 19 Aug 2021)
Changed paths:
M llvm/include/llvm/Support/MD5.h
M llvm/lib/Support/MD5.cpp
M llvm/unittests/Support/MD5Test.cpp
Log Message:
-----------
[Support] Update `MD5` to follow other hashes.
Introduce `StringRef final()` and `StringRef result()`.
Reviewed By: dexonsmith
Differential Revision: https://reviews.llvm.org/D107781
More information about the All-commits
mailing list