This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 799049fee5 Fix assert when template argument deduction's original call [...] new 5242ad1776 [mips] Spectre variant two mitigation for MIPSR2
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/DiagnosticDriverKinds.td | 4 +++ include/clang/Driver/Options.td | 3 +++ lib/Basic/Targets/Mips.h | 6 ++++- lib/Driver/ToolChains/Arch/Mips.cpp | 39 ++++++++++++++++++++++++++++ lib/Driver/ToolChains/Arch/Mips.h | 1 + test/Driver/mips-features.c | 6 +++++ test/Driver/mips-indirect-branch.c | 23 ++++++++++++++++ 7 files changed, 81 insertions(+), 1 deletion(-) create mode 100644 test/Driver/mips-indirect-branch.c