Share the common code of ComputeHash(Selector Sel) instead of keeping 2 copies in...
commit43e43c5ff507dc6b18398f02de099adb6cdbcef1
authorArgiris Kirtzidis <akyrtzi@gmail.com>
Fri, 20 Aug 2010 16:03:52 +0000 (20 16:03 +0000)
committerArgiris Kirtzidis <akyrtzi@gmail.com>
Fri, 20 Aug 2010 16:03:52 +0000 (20 16:03 +0000)
treebff4918cdf493a5fb91e2340f801fbf3d2e0c593
parent79bbe5ec1001b2c53f6456c9d43223713ab1377a
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