This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a874687 [arcmt/objcmt] Fix ParentMap crash with invalid code. new 60c99da [modules] Don't pass interesting decls to the consumer for a [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/Serialization/ASTReader.h | 28 +++++++++- lib/Serialization/ASTReader.cpp | 90 +++++++++++++++++++++++++++++++++ lib/Serialization/ASTReaderDecl.cpp | 17 ++++--- lib/Serialization/ASTWriterDecl.cpp | 2 +- test/Modules/unused-global-init.cpp | 36 +++++++++++++ 5 files changed, 163 insertions(+), 10 deletions(-) create mode 100644 test/Modules/unused-global-init.cpp