]> granicus.if.org Git - clang/commit
Share the common code of ComputeHash(Selector Sel) instead of keeping 2 copies in...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 20 Aug 2010 16:03:52 +0000 (16:03 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 20 Aug 2010 16:03:52 +0000 (16:03 +0000)
commit0eca89e9890db4d8336ce762a5b359a1d58ca02b
treebff4918cdf493a5fb91e2340f801fbf3d2e0c593
parent0752d6d06721c55e5586cd2431d1239c0c8d27ae
Share the common code of ComputeHash(Selector Sel) instead of keeping 2 copies in PCHReader and PCHWriter.
No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111629 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Serialization/ASTCommon.cpp [new file with mode: 0644]
lib/Serialization/ASTCommon.h [new file with mode: 0644]
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTWriter.cpp
lib/Serialization/CMakeLists.txt