]> granicus.if.org Git - clang/commit
When chaining PCHs, only write PPRecords that don't come from PCH, and give them...
authorSebastian Redl <sebastian.redl@getdesigned.at>
Mon, 27 Sep 2010 22:18:47 +0000 (22:18 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Mon, 27 Sep 2010 22:18:47 +0000 (22:18 +0000)
commitb57a624f22b1efa873e0abac78128b69fba3d486
tree079bac0d4377bc5e4ef5640a3d4bd6202653298b
parent27c08ab4859d071efa158a256f7e47e13d924443
When chaining PCHs, only write PPRecords that don't come from PCH, and give them the correct IDs. Fixes a crash in XCode.

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