This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 2c469237d8 msabi: Fix exponential mangling time for certain pathologica [...] new e150289ce2 Add script to update OpenMP -ast-dump test expectations, and [...] new 530f6a7f77 Factor out commonality between variable capture initializati [...]
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: include/clang/Sema/Initialization.h | 4 +- include/clang/Sema/Sema.h | 10 +- lib/Sema/SemaLambda.cpp | 153 +++++++------- lib/Sema/SemaStmt.cpp | 40 ++-- test/AST/ast-dump-expr-json.cpp | 56 ++++-- test/AST/ast-dump-expr.cpp | 1 + test/AST/ast-dump-openmp-for.c | 390 ++++++++++++++++++------------------ test/AST/ast-dump-openmp-parallel.c | 20 +- utils/make-ast-dump-check.sh | 79 ++++++++ 9 files changed, 433 insertions(+), 320 deletions(-) create mode 100755 utils/make-ast-dump-check.sh