Hashing.h - utilities for hashing various data types.
authorTalin <viridia@gmail.com>
Sat, 18 Feb 2012 21:00:49 +0000 (21:00 +0000)
committerTalin <viridia@gmail.com>
Sat, 18 Feb 2012 21:00:49 +0000 (21:00 +0000)
commit1a4b19ef9b870d8c914bcd5ceb520a64a9a2cc52
tree1565245621888b72e8961943ec306b4cecf78a7e
parentb155c23f98e45bf5a1f5e6329b46e8138dfef9ce
Hashing.h - utilities for hashing various data types.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150890 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/Hashing.h [new file with mode: 0644]
lib/Support/CMakeLists.txt
lib/Support/Hashing.cpp [new file with mode: 0644]
unittests/ADT/HashingTest.cpp [new file with mode: 0644]
unittests/CMakeLists.txt