]> granicus.if.org Git - clang/commit
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)
commitd60a851dd59b8888acbd9e1a917ac4e8802a4729
tree0e979a7088c67652b2e481c556bc9880cdfbb1c4
parent73433a87fa9458b99a92a8f88a27ef47ff0d0ded
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@205062 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/OnDiskHashTable.h
lib/Lex/PTHLexer.cpp
lib/Serialization/ASTReader.cpp
lib/Serialization/GlobalModuleIndex.cpp