]> granicus.if.org Git - clang/commit
Reapply "OnDiskHashTable: Use EndianStream.h to write little endian ostreams"
authorJustin Bogner <mail@justinbogner.com>
Fri, 28 Mar 2014 22:03:19 +0000 (22:03 +0000)
committerJustin Bogner <mail@justinbogner.com>
Fri, 28 Mar 2014 22:03:19 +0000 (22:03 +0000)
commit73433a87fa9458b99a92a8f88a27ef47ff0d0ded
treeddc2ce70fafc50e4559a5f7aa20d35c13c619f0d
parent7683f196ea8fdc42b0ff9705f9770e3424f9e593
Reapply "OnDiskHashTable: Use EndianStream.h to write little endian ostreams"

Committed this by accident before it was done last time.

Original message:

    Rather than rolling our own functions to write little endian data
    to an ostream, we can use the support in llvm's EndianStream.h.

    No functional change.

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