]> granicus.if.org Git - clang/commit
Simplify and "robust-ify" the way that CXXRecord references point to the definition...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sun, 24 Oct 2010 17:26:31 +0000 (17:26 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sun, 24 Oct 2010 17:26:31 +0000 (17:26 +0000)
commit134db1fff5653c164ef41c898943521c49f6ebab
tree5d967613d702c8d384ad63d208c097939d0102b7
parentc01dc6fb5bae1ac60910e8fbf1d22a8fa1e691f7
Simplify and "robust-ify" the way that CXXRecord references point to the definition data when loaded from PCH.

Temporary disable 'test/PCH/chain-cxx.cpp' until a better way to fix it is in place.

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