This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 77c8d2a783 [clang-format] Fix parsing of <>-style proto options new 1557c7772f [mips] Implement -muninit-const-in-rodata
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/Driver/Options.td | 8 ++++++++ include/clang/Frontend/CodeGenOptions.def | 2 ++ lib/CodeGen/TargetInfo.cpp | 14 ++++++++++++++ lib/Driver/ToolChains/Clang.cpp | 8 ++++++++ lib/Frontend/CompilerInvocation.cpp | 2 ++ test/CodeGen/mips-uninit-const-in-ro.c | 10 ++++++++++ 6 files changed, 44 insertions(+) create mode 100644 test/CodeGen/mips-uninit-const-in-ro.c