]> granicus.if.org Git - clang/commit
Eliminate ASTMutationListener::UpdatedAttributeList, which is no
authorDouglas Gregor <dgregor@apple.com>
Sun, 1 Jan 2012 20:33:24 +0000 (20:33 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sun, 1 Jan 2012 20:33:24 +0000 (20:33 +0000)
commit3937f87e53b3ee0c8da93536f48f6f96c006309d
tree7d51a69be998280f3ea5a06b37566b6664a8dbf6
parent27c6da284f90e32cda0ec8f52a2b6ba5a2613252
Eliminate ASTMutationListener::UpdatedAttributeList, which is no
longer needed now that we aren't back-patching ObjCProtocolDecls.

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