This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 2926189c9b [Sema] Consider all format_arg attributes. new ef356db5c0 PR33924: merge local declarations that have linkage of some [...]
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 | 2 +- lib/Serialization/ASTCommon.cpp | 16 ++- lib/Serialization/ASTReaderDecl.cpp | 108 ++++++++++++++++----- test/Modules/cxx-dtor.cpp | 1 + test/Modules/friend-definition-2.cpp | 1 + test/Modules/merge-deduced-return.cpp | 33 +++++++ .../{friend-definition.cpp => merge-lambdas.cpp} | 31 +++--- .../{var-templates.cpp => merge-static-locals.cpp} | 19 ++-- test/Modules/pr27401.cpp | 1 + 9 files changed, 167 insertions(+), 45 deletions(-) create mode 100644 test/Modules/merge-deduced-return.cpp copy test/Modules/{friend-definition.cpp => merge-lambdas.cpp} (51%) copy test/Modules/{var-templates.cpp => merge-static-locals.cpp} (55%)