This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 3317d0f [mips] Kill 'support' for untested EABI. new 5368269 [mips] Compact branch policy setting. new c0ff89d [OpenMP] Fix SEMA bug in the capture of global variables in t [...]
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: docs/UsersManual.rst | 10 ++ include/clang/Basic/DiagnosticDriverKinds.td | 3 + include/clang/Basic/DiagnosticGroups.td | 1 + include/clang/Driver/Options.td | 1 + lib/Driver/Tools.cpp | 21 ++++ lib/Driver/Tools.h | 1 + lib/Sema/SemaOpenMP.cpp | 6 +- test/Driver/mips-features.c | 18 +++ test/OpenMP/target_codegen_global_capture.cpp | 175 ++++++++++++++++++++++++-- 9 files changed, 222 insertions(+), 14 deletions(-)