This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 3b7400d6f4 Part of PR33222: defer enforcing return type mismatch for de [...] new 26751adfec PR33222: Require the declared return type not the actual ret [...]
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/AST/Decl.h | 15 +++++-- lib/Sema/SemaDecl.cpp | 11 ++--- lib/Sema/SemaOverload.cpp | 3 +- lib/Sema/SemaTemplate.cpp | 2 + test/SemaCXX/cxx1y-deduced-return-type.cpp | 70 ++++++++++++++++++++++++++++++ 5 files changed, 88 insertions(+), 13 deletions(-)