This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 572ddc2d7c [OPENMP]Fix the test on Windows, NFC. new 38c1f7c254 Properly handle instantiation-dependent array bounds.
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 | 4 +- include/clang/AST/RecursiveASTVisitor.h | 7 ++- include/clang/AST/Type.h | 84 +++++++++++++-------------- lib/AST/ASTContext.cpp | 59 ++++++++++++------- lib/AST/ASTImporter.cpp | 16 ++--- lib/AST/ExprConstant.cpp | 6 +- lib/AST/Type.cpp | 48 +++++++++++++-- lib/CodeGen/CGAtomic.cpp | 5 +- lib/CodeGen/CGBuiltin.cpp | 2 +- lib/CodeGen/CGDebugInfo.cpp | 8 +-- lib/CodeGen/CGObjC.cpp | 4 +- lib/CodeGen/CGOpenMPRuntime.cpp | 28 ++++----- lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 16 ++--- lib/CodeGen/CGStmtOpenMP.cpp | 4 +- lib/CodeGen/CodeGenModule.cpp | 2 +- lib/Frontend/Rewrite/RewriteModernObjC.cpp | 4 +- lib/Frontend/Rewrite/RewriteObjC.cpp | 4 +- lib/Sema/Sema.cpp | 4 +- lib/Sema/SemaDecl.cpp | 4 +- lib/Sema/SemaExpr.cpp | 8 ++- lib/Sema/SemaExprCXX.cpp | 7 ++- lib/Sema/SemaExprObjC.cpp | 2 +- lib/Sema/SemaInit.cpp | 16 ++--- lib/Sema/SemaOpenMP.cpp | 5 +- lib/Sema/SemaType.cpp | 2 +- lib/Sema/TreeTransform.h | 31 ++++++---- lib/Serialization/ASTReader.cpp | 3 +- lib/Serialization/ASTWriter.cpp | 1 + test/CodeGenCXX/microsoft-uuidof-mangling.cpp | 2 +- test/SemaTemplate/temp_arg_nontype.cpp | 3 +- 30 files changed, 235 insertions(+), 154 deletions(-)