This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 4ea481ed96 hwasan, codegen: Keep more lifetime markers used for hwasan new d814f93083 PR42587: diagnose unexpanded uses of a pack parameter of a g [...]
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/Sema/ScopeInfo.h | 3 + include/clang/Sema/Sema.h | 5 ++ lib/Parse/ParseInit.cpp | 1 + lib/Sema/Sema.cpp | 17 ++++++ lib/Sema/SemaDecl.cpp | 7 +++ lib/Sema/SemaLambda.cpp | 15 +++-- lib/Sema/SemaTemplate.cpp | 12 ++++ lib/Sema/SemaTemplateVariadic.cpp | 72 ++++++++++++++---------- test/SemaCXX/cxx1y-generic-lambdas-variadics.cpp | 13 +++++ 9 files changed, 111 insertions(+), 34 deletions(-)