summaryrefslogtreecommitdiff
path: root/include/llvm/Support/MD5.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-05-25 05:13:17 +0000
committerEric Christopher <echristo@gmail.com>2013-05-25 05:13:17 +0000
commit60057270d9ea9cb9527e0ac8b77ba2c5a08a8af9 (patch)
tree6cb36b8f9ca38f42afe32f998b77b77ef1c10b79 /include/llvm/Support/MD5.h
parent5a0e60425f4f942afb7e901b401a130da48a4d21 (diff)
downloadllvm-60057270d9ea9cb9527e0ac8b77ba2c5a08a8af9.tar.gz
llvm-60057270d9ea9cb9527e0ac8b77ba2c5a08a8af9.tar.bz2
llvm-60057270d9ea9cb9527e0ac8b77ba2c5a08a8af9.tar.xz
Add some comments to the stringify function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182710 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/MD5.h')
-rw-r--r--include/llvm/Support/MD5.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/Support/MD5.h b/include/llvm/Support/MD5.h
index 9d306993f0..810d44892b 100644
--- a/include/llvm/Support/MD5.h
+++ b/include/llvm/Support/MD5.h
@@ -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: