This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 7fd06d80f0 Add IRGen APIs to fetch ctor/dtor helper functions for non-t [...] new 515b057085 [clang][ASTContext] Try to exit early before loading seriali [...] new b6c2a59e4d Check i < FD->getNumParams() before querying
The 2 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: lib/AST/ASTContext.cpp | 40 +++++++++++++++++++--------------- lib/Sema/SemaTemplateInstantiate.cpp | 2 +- test/SemaCXX/PR41139.cpp | 15 +++++++++++++ test/SemaCXX/cxx1y-generic-lambdas.cpp | 9 ++++++++ 4 files changed, 47 insertions(+), 19 deletions(-) create mode 100644 test/SemaCXX/PR41139.cpp