]> granicus.if.org Git - clang/commit
Collapse ASTWriter::WriteASTChain into ASTWriter::WriteASTCore,
authorDouglas Gregor <dgregor@apple.com>
Fri, 12 Aug 2011 01:39:19 +0000 (01:39 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 12 Aug 2011 01:39:19 +0000 (01:39 +0000)
commitb7c324f8581a55e2a918e5f3eb2e7418b09df0f2
tree5da53dab6ad3f51d5e2f10bf3ba40f12221d3d59
parentcb9657cfba92d5a3009e1b37109e03258c20d327
Collapse ASTWriter::WriteASTChain into ASTWriter::WriteASTCore,
eliminating a pile of redundant code (and probably some bugs in the
process). The variation between chained and non-chained PCH is fairly
small now anyway.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@137410 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Serialization/ASTWriter.h
lib/Serialization/ASTWriter.cpp