This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 82ecd7e4b1 Add missing direct-init / parameter-declaration-clause disam [...] new 64e12bfe9c Fix crash when trying to pack-expand a GNU statement expression.
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 | 8 ++++++-- include/clang/Sema/Sema.h | 8 ++++---- lib/Parse/ParseOpenMP.cpp | 17 +++++++---------- lib/Parse/ParseStmt.cpp | 2 +- lib/Sema/Sema.cpp | 4 ++-- lib/Sema/SemaStmt.cpp | 4 ++-- lib/Sema/SemaTemplateVariadic.cpp | 14 ++++++++++++-- test/SemaTemplate/stmt-expr.cpp | 39 +++++++++++++++++++++++++++++++++++++++ 8 files changed, 73 insertions(+), 23 deletions(-) create mode 100644 test/SemaTemplate/stmt-expr.cpp