Start fleshing out ASTMutationListener; notify when a tag definition is completed.
commit60eadb6557fb19d5e83521a4834e56b2b849e164
authorArgiris Kirtzidis <akyrtzi@gmail.com>
Sun, 24 Oct 2010 17:26:50 +0000 (24 17:26 +0000)
committerArgiris Kirtzidis <akyrtzi@gmail.com>
Sun, 24 Oct 2010 17:26:50 +0000 (24 17:26 +0000)
treecb635a792a071ec4f0ef432d8d87e0a1dc56bbf2
parent597fb383b3bacbf98e34a6127acfa5a5805f8c10
Start fleshing out ASTMutationListener; notify when a tag definition is completed.

In that case a chained PCH will record the updates to the DefinitionData pointer of forward references.
If a forward reference mutated into a definition re-write it into the chained PCH, this is too big of a change.

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