]> granicus.if.org Git - clang/commit
When given the -chained-pch option and a previous PCH file, have the PCHWriter emit...
authorSebastian Redl <sebastian.redl@getdesigned.at>
Fri, 9 Jul 2010 21:00:24 +0000 (21:00 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Fri, 9 Jul 2010 21:00:24 +0000 (21:00 +0000)
commit77f4603c8b142e642300959a601ecec2b7c8e288
treee6df3e6932023c52a90bd14cad69e82daa782d63
parent0193a72c6fc873c0c83119ab1e6f089719e09e1a
When given the -chained-pch option and a previous PCH file, have the PCHWriter emit a CHAINED_METADATA record instead of METADATA, and write a link to the previous file there.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108014 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/PCHReader.h
include/clang/Frontend/PCHWriter.h
lib/Frontend/FrontendAction.cpp
lib/Frontend/PCHWriter.cpp