Support: Move OnDiskHashTable from clang to llvm
authorJustin Bogner <mail@justinbogner.com>
Thu, 17 Apr 2014 02:16:53 +0000 (02:16 +0000)
committerJustin Bogner <mail@justinbogner.com>
Thu, 17 Apr 2014 02:16:53 +0000 (02:16 +0000)
commitc30a52807fea3bf25b34624365bcf92befda964a
tree660f1aa0094e9d5faec73cacb8978216b1000acb
parent003de065a3648287fc72be1d6f87abc3a00f2c59
Support: Move OnDiskHashTable from clang to llvm

This introduces clang's Basic/OnDiskHashTable.h into llvm as
Support/OnDiskHashTable.h. I've taken the opportunity to add doxygen
comments and run the file through clang-format, but other than the
namespace changing from clang:: to llvm:: the API is identical.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206438 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/OnDiskHashTable.h [new file with mode: 0644]