Reapply "OnDiskHashTable: Use Endian.h to read little endian ostreams"
authorJustin Bogner <mail@justinbogner.com>
Fri, 28 Mar 2014 22:03:24 +0000 (22:03 +0000)
committerJustin Bogner <mail@justinbogner.com>
Fri, 28 Mar 2014 22:03:24 +0000 (22:03 +0000)
commit57ba0b228d2ea8c16e3306694188275fb867236f
tree18866f3eeb4bface0ea19ff400e295bd1f7b650e
parente1c147c3cf68437b7a233feff3b95302a1b62201
Reapply "OnDiskHashTable: Use Endian.h to read little endian ostreams"

Committed this by accident before it was done last time.

Original message:

    Rather than rolling our own functions to read little endian data
    from a buffer, we can use the support in llvm's Endian.h.

    No functional change.

llvm-svn: 205062
clang/include/clang/Basic/OnDiskHashTable.h
clang/lib/Lex/PTHLexer.cpp
clang/lib/Serialization/ASTReader.cpp
clang/lib/Serialization/GlobalModuleIndex.cpp