This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 448976e Proper detection and handling of RHEL and variants. new dff5f54 [OpenMP] Parse+Sema for '#pragma omp declare target' syntax v [...]
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/AST/ASTMutationListener.h | 4 +- include/clang/Basic/Attr.td | 11 +++- include/clang/Basic/DiagnosticParseKinds.td | 2 + include/clang/Basic/DiagnosticSemaKinds.td | 6 ++ include/clang/Parse/Parser.h | 11 ++-- include/clang/Sema/Sema.h | 5 ++ include/clang/Serialization/ASTWriter.h | 3 +- lib/Frontend/MultiplexConsumer.cpp | 7 ++- lib/Parse/ParseOpenMP.cpp | 97 +++++++++++++++++++++-------- lib/Sema/SemaOpenMP.cpp | 93 ++++++++++++++++++++++++--- lib/Serialization/ASTReaderDecl.cpp | 6 +- lib/Serialization/ASTWriter.cpp | 6 +- test/OpenMP/declare_target_ast_print.cpp | 45 +++++++++++++ test/OpenMP/declare_target_messages.cpp | 14 ++++- 14 files changed, 255 insertions(+), 55 deletions(-)