This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 29ed0a05e2 Update clang-cl options in the users manual new fbee012992 [mips] Teach the driver to accept -m(no-)gpopt. new 2e25cff3e7 [mips] Add warning test for -mgpopt option.
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/DiagnosticDriverKinds.td | 4 ++++ include/clang/Basic/DiagnosticGroups.td | 1 + include/clang/Driver/Options.td | 6 ++++++ lib/Driver/ToolChains/Clang.cpp | 26 ++++++++++++++++++++++++++ test/Driver/mips-features.c | 25 +++++++++++++++++++++++++ test/Driver/mips-gpopt-warning.c | 6 ++++++ 6 files changed, 68 insertions(+) create mode 100644 test/Driver/mips-gpopt-warning.c