This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 67c63cb9f6 Add the isStaticLocal() AST matcher for matching on local st [...] new b50c46c594 [OPENMP] Do not capture private loop counters. new cdf4a39cf0 [AST] Check that GNU range case statements are correctly imported.
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/Parse/Parser.h | 2 + include/clang/Sema/Sema.h | 4 + lib/CodeGen/CGStmtOpenMP.cpp | 11 ++- lib/Sema/SemaOpenMP.cpp | 106 +++++++++++++++++---- test/Import/switch-stmt/Inputs/F.cpp | 5 + test/Import/switch-stmt/test.cpp | 11 +++ test/OpenMP/debug-info-openmp-array.cpp | 2 +- test/OpenMP/parallel_for_codegen.cpp | 8 +- test/OpenMP/taskloop_codegen.cpp | 2 +- test/OpenMP/taskloop_firstprivate_messages.cpp | 7 +- test/OpenMP/taskloop_reduction_codegen.cpp | 2 +- .../OpenMP/taskloop_simd_firstprivate_messages.cpp | 3 + 12 files changed, 132 insertions(+), 31 deletions(-)