]> granicus.if.org Git - clang/commit
Add testcase for C++ chained PCH and fix the bugs it uncovered in name lookup.
authorSebastian Redl <sebastian.redl@getdesigned.at>
Tue, 24 Aug 2010 00:50:16 +0000 (00:50 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Tue, 24 Aug 2010 00:50:16 +0000 (00:50 +0000)
commit5967d6228f183a5fa384f2f1918df679ed2d8666
treeb48a3c221500177826b3711880470c11f3be2df7
parent1d1e42b17da6a53391d50b08068ecde04311e368
Add testcase for C++ chained PCH and fix the bugs it uncovered in name lookup.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111882 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTWriter.cpp
test/PCH/Inputs/chain-cxx1.h [new file with mode: 0644]
test/PCH/Inputs/chain-cxx2.h [new file with mode: 0644]
test/PCH/chain-cxx.cpp [new file with mode: 0644]