This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 6a050a4 [CUDA] Fix "control reaches end of non-void function" warning [...] new ce09fec [AST] Use ArrayRef in more interfaces new b2011f8 [AST] Tighten up the bitfield in TemplateSpecializationType
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/ASTContext.h | 17 +++---- include/clang/AST/Expr.h | 8 +++ include/clang/AST/ExprCXX.h | 12 +++++ include/clang/AST/Type.h | 36 +++++++------- include/clang/Sema/Sema.h | 4 ++ lib/AST/ASTContext.cpp | 64 ++++++++++-------------- lib/AST/ASTDiagnostic.cpp | 5 +- lib/AST/ASTImporter.cpp | 3 +- lib/AST/Decl.cpp | 8 ++- lib/AST/DeclTemplate.cpp | 7 ++- lib/AST/NestedNameSpecifier.cpp | 2 +- lib/AST/StmtPrinter.cpp | 14 +++--- lib/AST/Type.cpp | 53 ++++++++++---------- lib/AST/TypePrinter.cpp | 85 ++++++++++++++------------------ lib/CodeGen/CGDebugInfo.cpp | 6 +-- lib/Sema/SemaDecl.cpp | 2 +- lib/Sema/SemaTemplate.cpp | 14 ++---- lib/Sema/SemaTemplateDeduction.cpp | 6 +-- lib/Sema/SemaTemplateInstantiate.cpp | 12 ++--- lib/Sema/SemaTemplateInstantiateDecl.cpp | 7 ++- lib/Serialization/ASTReader.cpp | 8 ++- lib/Tooling/Core/QualTypeNames.cpp | 4 +- tools/libclang/CIndex.cpp | 6 +-- 23 files changed, 180 insertions(+), 203 deletions(-)