This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 8283bbb942 [AST] Widen the bit-fields of Stmt to 8 bytes. new a0460af1b7 [AST] Refactor PredefinedExpr
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 | 144 +++++++++++++++++++------------- include/clang/AST/Stmt.h | 19 +++++ include/clang/AST/StmtDataCollectors.td | 2 +- include/clang/Sema/Sema.h | 2 +- lib/AST/ASTDumper.cpp | 2 +- lib/AST/ASTImporter.cpp | 4 +- lib/AST/Expr.cpp | 63 +++++++++----- lib/AST/StmtPrinter.cpp | 2 +- lib/AST/StmtProfile.cpp | 2 +- lib/CodeGen/CGExpr.cpp | 2 +- lib/CodeGen/CGExprConstant.cpp | 2 +- lib/Sema/SemaExpr.cpp | 26 +++--- lib/Sema/SemaTemplateInstantiate.cpp | 2 +- lib/Sema/TreeTransform.h | 6 +- lib/Serialization/ASTReaderStmt.cpp | 15 ++-- lib/Serialization/ASTWriterStmt.cpp | 8 +- 16 files changed, 191 insertions(+), 110 deletions(-)