Add support for adding the contents of a StringRef to the MD5 hash.
authorEric Christopher <echristo@gmail.com>
Fri, 31 May 2013 22:34:56 +0000 (22:34 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 31 May 2013 22:34:56 +0000 (22:34 +0000)
commit769d24a60d798ffa3a47a01c9e7a0dcfaefbb882
treeab2cfdce8673ac61af087d766cd51333ce2bb490
parentcbb45aa123c42dabb38f14bc1879848d77896998
Add support for adding the contents of a StringRef to the MD5 hash.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183054 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/MD5.h
lib/Support/MD5.cpp
unittests/Support/MD5Test.cpp