Keep track in chained PCH of implicit members that were added after the definition...
commit094028ba7d3fd22d7d186f68b8c0b470f74260cb
authorArgiris Kirtzidis <akyrtzi@gmail.com>
Sun, 24 Oct 2010 17:26:54 +0000 (24 17:26 +0000)
committerArgiris Kirtzidis <akyrtzi@gmail.com>
Sun, 24 Oct 2010 17:26:54 +0000 (24 17:26 +0000)
tree5a61056a16d8a477f83ded2f864fbe2b7e676c34
parent60eadb6557fb19d5e83521a4834e56b2b849e164
Keep track in chained PCH of implicit members that were added after the definition was completed.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117240 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTMutationListener.h
include/clang/Serialization/ASTWriter.h
lib/AST/DeclCXX.cpp
lib/Serialization/ASTCommon.h
lib/Serialization/ASTReaderDecl.cpp
lib/Serialization/ASTWriter.cpp