This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d01818f Parser::ParseCXXCondition(): Prune \param in r273548 [-Wdocum [...] new cdc2235 Use the same underlying type for bitfields new ba5c7ce Use more ArrayRefs
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/Attr.h | 10 +- include/clang/AST/Decl.h | 145 +++++++++-------------- include/clang/AST/DeclCXX.h | 12 +- include/clang/AST/DeclObjC.h | 5 - include/clang/AST/Expr.h | 2 +- include/clang/AST/ExprCXX.h | 8 +- include/clang/Driver/Driver.h | 2 +- include/clang/Sema/DeclSpec.h | 10 +- include/clang/Sema/Overload.h | 2 +- include/clang/Sema/Sema.h | 16 +-- lib/AST/ASTContext.cpp | 8 +- lib/AST/ASTDumper.cpp | 2 +- lib/AST/ASTImporter.cpp | 6 +- lib/AST/Comment.cpp | 6 +- lib/AST/Decl.cpp | 17 +-- lib/AST/DeclPrinter.cpp | 2 +- lib/AST/StmtPrinter.cpp | 2 +- lib/Analysis/Consumed.cpp | 2 +- lib/CodeGen/CGCall.cpp | 2 +- lib/CodeGen/CGClass.cpp | 4 +- lib/CodeGen/CGDebugInfo.cpp | 2 +- lib/CodeGen/CGObjCMac.cpp | 4 +- lib/CodeGen/CGOpenMPRuntime.cpp | 2 +- lib/CodeGen/CGVTables.cpp | 2 +- lib/CodeGen/CodeGenFunction.cpp | 2 +- lib/CodeGen/ObjectFilePCHContainerOperations.cpp | 4 +- lib/Frontend/ASTConsumers.cpp | 2 +- lib/Frontend/Rewrite/RewriteModernObjC.cpp | 8 +- lib/Frontend/Rewrite/RewriteObjC.cpp | 4 +- lib/Index/IndexDecl.cpp | 4 +- lib/Index/USRGeneration.cpp | 2 +- lib/Sema/SemaChecking.cpp | 7 +- lib/Sema/SemaCodeComplete.cpp | 4 +- lib/Sema/SemaDecl.cpp | 47 ++++---- lib/Sema/SemaDeclCXX.cpp | 6 +- lib/Sema/SemaDeclObjC.cpp | 4 +- lib/Sema/SemaExpr.cpp | 8 +- lib/Sema/SemaLambda.cpp | 7 +- lib/Sema/SemaTemplateDeduction.cpp | 8 +- lib/Sema/SemaTemplateInstantiate.cpp | 20 ++-- lib/Sema/SemaTemplateInstantiateDecl.cpp | 8 +- lib/Sema/TreeTransform.h | 46 ++++--- lib/Serialization/ASTWriterDecl.cpp | 4 +- lib/StaticAnalyzer/Checkers/MallocChecker.cpp | 2 +- lib/StaticAnalyzer/Checkers/NSErrorChecker.cpp | 4 +- tools/libclang/CIndex.cpp | 4 +- 46 files changed, 207 insertions(+), 271 deletions(-)