This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f2b72fdc01 AMDGPU: Add another missing builtin new 7791fab682 Remove obsolete set call new 7e2622ef40 Mark up deprecated methods as such
The 2 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 | 20 +- include/clang/AST/DeclBase.h | 10 +- include/clang/AST/DeclCXX.h | 15 +- include/clang/AST/DeclObjC.h | 15 +- include/clang/AST/DeclarationName.h | 10 +- include/clang/AST/Expr.h | 460 +++++++++++++++++++++++++------- include/clang/AST/ExprCXX.h | 435 ++++++++++++++++++++++++------ include/clang/AST/ExprObjC.h | 160 ++++++++--- include/clang/AST/ExprOpenMP.h | 10 +- include/clang/AST/OpenMPClause.h | 10 +- include/clang/AST/RawCommentList.h | 10 +- include/clang/AST/Stmt.h | 275 +++++++++++++++---- include/clang/AST/StmtCXX.h | 60 ++++- include/clang/AST/StmtObjC.h | 70 ++++- include/clang/AST/StmtOpenMP.h | 10 +- include/clang/AST/TypeLoc.h | 10 +- include/clang/Analysis/CloneDetection.h | 5 +- include/clang/Sema/DeclSpec.h | 30 ++- lib/CodeGen/CoverageMappingGen.cpp | 5 +- lib/Sema/SemaChecking.cpp | 10 +- lib/Sema/SemaDecl.cpp | 8 - 22 files changed, 1312 insertions(+), 336 deletions(-)