mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-20 13:04:00 +00:00
Add some comments to the stringify function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182710 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5a0e60425f
commit
60057270d9
@ -55,6 +55,8 @@ public:
|
||||
/// \brief Finishes off the hash and puts the result in result.
|
||||
void final(MD5Result &result);
|
||||
|
||||
/// \brief Translates the bytes in \p Res to a hex string that is
|
||||
/// deposited into \p Str. The result will be of length 32.
|
||||
static void stringifyResult(MD5Result &Res, SmallString<32> &Str);
|
||||
|
||||
private:
|
||||
|
Loading…
x
Reference in New Issue
Block a user