This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f4160840d5 Recommit -r372180 new b54c5533a9 [OPENMP5.0]Allow multiple context selectors in the context s [...]
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/Parse/Parser.h | 11 ++- include/clang/Sema/Sema.h | 19 +++- lib/Parse/ParseOpenMP.cpp | 153 +++++++++++++++++------------- lib/Sema/SemaOpenMP.cpp | 63 ++++++------ lib/Sema/SemaTemplateInstantiateDecl.cpp | 12 ++- test/OpenMP/declare_variant_ast_print.c | 3 +- test/OpenMP/declare_variant_ast_print.cpp | 4 +- test/OpenMP/declare_variant_messages.c | 12 +-- test/OpenMP/declare_variant_messages.cpp | 20 ++-- 9 files changed, 172 insertions(+), 125 deletions(-)