This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 494c7e87ff Revert "[OPENMP]Initial support for the delayed diagnostics." new a03305e04c [OPENMP]Delay emission of the error messages for the exceptions.
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/LangOptions.def | 1 - include/clang/Sema/Sema.h | 20 ++++++++++ lib/Frontend/CompilerInvocation.cpp | 1 - lib/Sema/SemaExpr.cpp | 3 ++ lib/Sema/SemaExprCXX.cpp | 13 +++--- lib/Sema/SemaOpenMP.cpp | 50 ++++++++++++++++++++++++ lib/Sema/SemaStmt.cpp | 13 +++--- test/OpenMP/nvptx_target_exceptions_messages.cpp | 13 ++++++ 8 files changed, 100 insertions(+), 14 deletions(-)