]> granicus.if.org Git - clang/commit
Make PCHReader cope with PCH files containing more than one predefines buffer.
authorSebastian Redl <sebastian.redl@getdesigned.at>
Wed, 14 Jul 2010 17:49:11 +0000 (17:49 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Wed, 14 Jul 2010 17:49:11 +0000 (17:49 +0000)
commit7e9ad8b4fd446ca7cc0e630edee56d8fcc4553de
treea209fbae481f4159f8463294fe38d17fd0c1eb8f
parent797efb51ce0825eb4cce2864a5cea2b30e85f06c
Make PCHReader cope with PCH files containing more than one predefines buffer.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108340 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/PCHReader.h
lib/Frontend/PCHReader.cpp
test/PCH/pchpch.c [new file with mode: 0644]
test/PCH/pchpch1.h [new file with mode: 0644]
test/PCH/pchpch2.h [new file with mode: 0644]