Commits

Justin Bogner committed 64c572e0d25
Serialization: Updates to use llvm/Support/OnDiskHashTable.h The on-disk hashtable is moving from clang to llvm. This updates some consumers for the new path and namespace. I've also shortened the make_range(data_begin(), data_end()) calls on the hash table to just use data(). Swift SVN r16537