This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_70 in repository clang.
from 30dc94c745 Merging r340048: ------------------------------------------- [...] new a0ca9e9cff Merging r339372, r339373, r339374, and r339379 ------------- [...]
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/Comment.h | 10 +- include/clang/AST/Decl.h | 12 +- include/clang/AST/DeclBase.h | 6 +- include/clang/AST/DeclCXX.h | 9 +- include/clang/AST/DeclObjC.h | 9 +- include/clang/AST/DeclarationName.h | 11 +- include/clang/AST/Expr.h | 282 +++++++++++++++++++++----------- include/clang/AST/ExprCXX.h | 271 +++++++++++++++++++----------- include/clang/AST/ExprObjC.h | 98 +++++++---- include/clang/AST/ExprOpenMP.h | 6 +- include/clang/AST/OpenMPClause.h | 6 +- include/clang/AST/RawCommentList.h | 6 +- include/clang/AST/Stmt.h | 159 ++++++++++++------ include/clang/AST/StmtCXX.h | 35 ++-- include/clang/AST/StmtObjC.h | 44 +++-- include/clang/AST/StmtOpenMP.h | 6 +- include/clang/Analysis/CloneDetection.h | 3 +- include/clang/Sema/DeclSpec.h | 18 +- lib/AST/DeclObjC.cpp | 2 +- lib/AST/Expr.cpp | 24 +-- lib/AST/ExprCXX.cpp | 18 +- lib/AST/Stmt.cpp | 6 +- lib/AST/StmtObjC.cpp | 2 +- lib/Analysis/CloneDetection.cpp | 2 +- lib/CodeGen/CoverageMappingGen.cpp | 3 +- lib/Sema/SemaChecking.cpp | 6 +- 26 files changed, 691 insertions(+), 363 deletions(-)