]> granicus.if.org Git - clang/commit
OnDiskHashTable: Use Endian.h to read little endian ostreams
authorJustin Bogner <mail@justinbogner.com>
Fri, 28 Mar 2014 20:04:01 +0000 (20:04 +0000)
committerJustin Bogner <mail@justinbogner.com>
Fri, 28 Mar 2014 20:04:01 +0000 (20:04 +0000)
commite49de0907803f9ea8326d5e9828a4506e7c58e3d
tree763fc450ec9708d1681ef2c6a711da15e29a0f06
parent366b49f98ea4778bb64d5b09219817ff26a2c215
OnDiskHashTable: Use Endian.h to read little endian ostreams

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@205045 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/OnDiskHashTable.h
lib/Lex/PTHLexer.cpp
lib/Serialization/ASTReader.cpp
lib/Serialization/GlobalModuleIndex.cpp