]> granicus.if.org Git - clang/commit
When a type comes from a previously-loaded PCH/AST file, don't try to write it into...
authorDouglas Gregor <dgregor@apple.com>
Mon, 4 Oct 2010 18:21:45 +0000 (18:21 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 4 Oct 2010 18:21:45 +0000 (18:21 +0000)
commit55f48de5f6b10b50f4d88a9f7235f4532f799550
tree95bf3d223b26919eb74520f9c3e2093ab149bf97
parent12423428fe9dc6337882233f4fb440435a920039
When a type comes from a previously-loaded PCH/AST file, don't try to write it into a chained PCH file.

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