This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d985828d5a Revert "[OpenMP 5.0] Codegen support for user-defined mappers." new 0778fc61cf [Parser] Emit descriptive diagnostic for misplaced pragma
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/DiagnosticParseKinds.td | 2 ++ lib/Parse/ParseDecl.cpp | 8 ++++++++ lib/Parse/ParseDeclCXX.cpp | 7 +++++++ test/Parser/pragma-attribute-context.cpp | 3 +-- test/Parser/pragma-fp-contract.c | 13 ++++++++++++ test/Parser/pragma-fp-contract.cpp | 32 +++++++++++++++++++++++++++++ 6 files changed, 63 insertions(+), 2 deletions(-) create mode 100644 test/Parser/pragma-fp-contract.cpp