This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from aba0729dd1 Fix test case regresstion from rL315864 new 2c42fd5f93 Convert clang::LangAS to a strongly typed enum
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/ASTContext.h | 10 ++++----- include/clang/AST/Type.h | 28 +++++++++++++------------ include/clang/Basic/AddressSpaces.h | 23 +++++++++++++++++---- include/clang/Basic/TargetInfo.h | 14 +++++-------- lib/AST/ASTContext.cpp | 24 +++++++++++----------- lib/AST/ItaniumMangle.cpp | 2 +- lib/AST/RecordLayoutBuilder.cpp | 2 +- lib/AST/TypePrinter.cpp | 12 ++++++----- lib/Basic/TargetInfo.cpp | 4 ++-- lib/Basic/Targets/AMDGPU.cpp | 8 ++++---- lib/Basic/Targets/AMDGPU.h | 8 ++++---- lib/CodeGen/CGBlocks.cpp | 16 +++++++++------ lib/CodeGen/CGDecl.cpp | 4 ++-- lib/CodeGen/CGExprConstant.cpp | 10 ++++----- lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 4 ++-- lib/CodeGen/CGValue.h | 2 +- lib/CodeGen/CodeGenFunction.cpp | 4 ++-- lib/CodeGen/CodeGenModule.cpp | 14 ++++++------- lib/CodeGen/CodeGenModule.h | 2 +- lib/CodeGen/CodeGenTypeCache.h | 5 +++-- lib/CodeGen/ConstantEmitter.h | 10 ++++----- lib/CodeGen/TargetInfo.cpp | 35 +++++++++++++++---------------- lib/CodeGen/TargetInfo.h | 18 ++++++++-------- lib/Sema/SemaChecking.cpp | 2 +- lib/Sema/SemaDecl.cpp | 6 +++--- lib/Sema/SemaDeclAttr.cpp | 4 ++-- lib/Sema/SemaDeclObjC.cpp | 2 +- lib/Sema/SemaExpr.cpp | 40 ++++++++++++++++++------------------ lib/Sema/SemaExprCXX.cpp | 4 ++-- lib/Sema/SemaTemplateDeduction.cpp | 5 ++--- lib/Sema/SemaType.cpp | 15 +++++++------- tools/libclang/CXType.cpp | 5 ++++- 32 files changed, 179 insertions(+), 163 deletions(-)