This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 9706db89ad Add triples to the test I committed in r355012 to fix windows bots. new 138b8635bb [OPENMP]Delay emission of the error for unsupported types.
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/Sema/Sema.h | 4 ++ lib/AST/ASTContext.cpp | 24 ++++++++-- lib/CodeGen/TargetInfo.cpp | 46 ++++++++++++++++++ lib/Sema/SemaExpr.cpp | 15 ++++++ lib/Sema/SemaOpenMP.cpp | 12 +++++ lib/Sema/SemaType.cpp | 9 ++-- test/OpenMP/nvptx_unsupported_type_codegen.cpp | 64 +++++++++++++++++++++++++ test/OpenMP/nvptx_unsupported_type_messages.cpp | 47 ++++++++++++++++++ 8 files changed, 214 insertions(+), 7 deletions(-) create mode 100644 test/OpenMP/nvptx_unsupported_type_codegen.cpp create mode 100644 test/OpenMP/nvptx_unsupported_type_messages.cpp