This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d150f82fae [Mangle] Add flag to asm labels to disable '\01' prefixing new 305058753c [OPENMP50]Parsing/sema support for 'implementation/vendor' c [...]
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/Basic/Attr.td | 37 +++++++++- include/clang/Basic/DiagnosticParseKinds.td | 5 ++ include/clang/Basic/OpenMPKinds.def | 8 +++ include/clang/Parse/Parser.h | 8 ++- include/clang/Sema/Sema.h | 28 ++++++-- lib/Parse/ParseOpenMP.cpp | 101 ++++++++++++++++++++++++---- lib/Sema/SemaOpenMP.cpp | 13 ++-- lib/Sema/SemaTemplateInstantiateDecl.cpp | 4 +- test/OpenMP/declare_variant_ast_print.c | 8 ++- test/OpenMP/declare_variant_ast_print.cpp | 72 +++++++++++++------- test/OpenMP/declare_variant_messages.c | 6 +- test/OpenMP/declare_variant_messages.cpp | 4 ++ 12 files changed, 237 insertions(+), 57 deletions(-)