This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 8bc411272b Add a .keep file to prevent svn from skipping over an empty folder. new 03e3fc09a8 [Sema] Mark implicitly-inserted ICE's as being part of expli [...]
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/AST/Expr.h | 8 ++ include/clang/AST/Stmt.h | 3 +- lib/AST/ASTDumper.cpp | 3 + lib/Sema/SemaCast.cpp | 9 ++ lib/Serialization/ASTReaderStmt.cpp | 1 + lib/Serialization/ASTWriterDecl.cpp | 1 + lib/Serialization/ASTWriterStmt.cpp | 1 + test/PCH/cxx_exprs.cpp | 34 ++++++- test/Sema/multistep-explicit-cast.c | 70 +++++++++++++ test/SemaCXX/multistep-explicit-cast.cpp | 155 +++++++++++++++++++++++++++++ test/SemaOpenCL/multistep-explicit-cast.cl | 13 +++ 11 files changed, 295 insertions(+), 3 deletions(-) create mode 100644 test/Sema/multistep-explicit-cast.c create mode 100644 test/SemaCXX/multistep-explicit-cast.cpp create mode 100644 test/SemaOpenCL/multistep-explicit-cast.cl