This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 60cec38f68 Remove reference to stale (2009) python version. new dc9200c2fe [SemaCXX] _Pragma("clang optimize off") not affecting lambda. new 5401c40e6e [clang-format] Wildcard expansion on Windows. new 1fc609130a [OPENMP] Codegen for declare target with link clause.
The 3 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: lib/AST/ASTContext.cpp | 11 +- lib/CodeGen/CGExpr.cpp | 23 +++ lib/CodeGen/CGOpenMPRuntime.cpp | 188 +++++++++++++++--------- lib/CodeGen/CGOpenMPRuntime.h | 5 + lib/Sema/SemaLambda.cpp | 4 + lib/Sema/SemaOpenMP.cpp | 24 ++- test/CodeGenCXX/optnone-pragma-optimize-off.cpp | 16 ++ test/OpenMP/declare_target_link_codegen.cpp | 64 ++++++++ tools/clang-format/ClangFormat.cpp | 11 +- 9 files changed, 268 insertions(+), 78 deletions(-) create mode 100644 test/CodeGenCXX/optnone-pragma-optimize-off.cpp create mode 100644 test/OpenMP/declare_target_link_codegen.cpp