Add generic support for hashing StringRef objects using the new hashing library.
authorChandler Carruth <chandlerc@gmail.com>
Sun, 4 Mar 2012 10:55:27 +0000 (10:55 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 4 Mar 2012 10:55:27 +0000 (10:55 +0000)
commit528f0bbe19553dfadedca040df13a389daa7593d
tree77a3d2c6552856db2c37e33ceb865c4ac18adda0
parente3e394d982a2bd2bc37edb1f8c3492d0382e37a9
Add generic support for hashing StringRef objects using the new hashing library.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152003 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/StringRef.h
lib/Support/StringRef.cpp
unittests/ADT/StringRefTest.cpp