]> granicus.if.org Git - clang/commit
Use the ASTMutationListener to track when a named decl gets added to a DeclContext,
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 28 Oct 2010 07:38:51 +0000 (07:38 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 28 Oct 2010 07:38:51 +0000 (07:38 +0000)
commit100050bf643bcfe2d06bdcef491e387171249260
tree293e9e960189a66f50d2a687b2ad48818f82b2d1
parent0f04f69acd0a86ff78961933c13fe5aeda94e1b6
Use the ASTMutationListener to track when a named decl gets added to a DeclContext,
meaning we need to rewrite its name lookup table in a chained PCH.

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