This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from cc9438a4f7 [analyzer] Fix the bug in UninitializedObjectChecker caused [...] new 08cf6916b8 Add getBeginLoc API to replace getLocStart new 8a96663a7a Add getBeginLoc API to replace getStartLoc new 467b2ee90d Add getEndLoc API to replace getLocEnd
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/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/CodeGen/CoverageMappingGen.cpp | 3 +- lib/Sema/SemaChecking.cpp | 6 +- 25 files changed, 690 insertions(+), 362 deletions(-)