This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 2c4bc52489 Fix 'section' warning behavior with tentatively-defined values new 79dee32466 Remove PendingBody mechanism for function and ObjC method de [...] new dbda370edb PR33924: Merge block-scope anonymous declarations if there a [...] new b5085172fa Add testcase for r314956:
The 3 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 | 24 ++------ lib/Serialization/ASTCommon.cpp | 4 +- lib/Serialization/ASTReader.cpp | 24 -------- lib/Serialization/ASTReaderDecl.cpp | 106 ++++++++++++++++++++++---------- test/Modules/merge-lambdas.cpp | 43 +++++++++++++ 5 files changed, 122 insertions(+), 79 deletions(-) create mode 100644 test/Modules/merge-lambdas.cpp