]> granicus.if.org Git - clang/commit
Thread bitstream cursors all the way through the AST reading stuff. This way, reading...
authorSebastian Redl <sebastian.redl@getdesigned.at>
Thu, 22 Jul 2010 22:43:28 +0000 (22:43 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Thu, 22 Jul 2010 22:43:28 +0000 (22:43 +0000)
commit577d4796d358c0e72ebaa023113505226ab51b4f
tree03ed2ea2c5d1240e845fe593b087bf68a2a30425
parent5a6fbcfd8c15a2296f94a0473a68ec09d429827f
Thread bitstream cursors all the way through the AST reading stuff. This way, reading a trivial 2-element chained file actually works.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109191 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/PCHReader.h
lib/Frontend/PCHReader.cpp
lib/Frontend/PCHReaderDecl.cpp
lib/Frontend/PCHReaderStmt.cpp
test/PCH/Inputs/chain-trivial1.h [new file with mode: 0644]
test/PCH/Inputs/chain-trivial2.h [new file with mode: 0644]
test/PCH/chain-trivial.c [new file with mode: 0644]