This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 7657c21812 [libclang] Fix hang in release / assertion in debug when eva [...] new 2d1a416914 Ignore trailing NullStmts in StmtExprs for GCC compatibility. new 86a2a1c7f3 [OpenCL][Sema] Fix builtin rewriting new 7b940eef53 [OpenCL][Sema] Improve address space support for blocks
The 3 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/Stmt.h | 25 ++++++++++--- include/clang/Basic/Builtins.def | 3 ++ lib/CodeGen/CGStmt.cpp | 68 ++++++++++++++++++----------------- lib/Parse/ParseStmt.cpp | 14 +++++--- lib/Sema/SemaExpr.cpp | 8 +++-- lib/Sema/SemaExprCXX.cpp | 15 +++++++- lib/Sema/TreeTransform.h | 4 +-- test/AST/ast-dump-stmt.c | 10 ++++++ test/CodeGen/exprs.c | 10 ++++++ test/CodeGenOpenCL/builtins.cl | 2 +- test/CodeGenOpenCL/pipe_builtin.cl | 2 +- test/CodeGenOpenCL/to_addr_builtin.cl | 2 +- test/Sema/statements.c | 18 ++++++++++ test/SemaCXX/statements.cpp | 15 ++++++++ 14 files changed, 146 insertions(+), 50 deletions(-)