This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b92a424f05 [IRGen] Evaluate constant static variables referenced throug [...] new 59be67ffd0 [OPENMP] Fix for PR34321: ustom OpenMP reduction in C++ temp [...] new 494ef6fbeb [Basic] Add a DiagnosticError llvm::ErrorInfo subclass
The 2 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/DiagnosticError.h | 61 +++++++++++++++++++++++++++++++ lib/Basic/Diagnostic.cpp | 5 ++- lib/Sema/SemaOpenMP.cpp | 3 +- test/OpenMP/declare_reduction_codegen.cpp | 18 +++++++++ unittests/Basic/DiagnosticTest.cpp | 22 +++++++++++ 5 files changed, 107 insertions(+), 2 deletions(-) create mode 100644 include/clang/Basic/DiagnosticError.h