Fix issue with chained PCH where forward references did not pick up later definition...
commitbd51535cf3093fbd883450cacfb14e2be22ce170
authorArgiris Kirtzidis <akyrtzi@gmail.com>
Wed, 20 Oct 2010 00:11:15 +0000 (20 00:11 +0000)
committerArgiris Kirtzidis <akyrtzi@gmail.com>
Wed, 20 Oct 2010 00:11:15 +0000 (20 00:11 +0000)
tree1fe5d495b80664dda735d670df43c49e9c52a238
parentc7d36e35fe5c069d6454503b6831a5eda4a9e622
Fix issue with chained PCH where forward references did not pick up later definition in the chained PCH.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116887 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Serialization/ASTReaderDecl.cpp
test/PCH/chain-cxx.cpp