This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 6b133f8fc6 [Android] Default to -fno-math-errno new 6a00520d81 Currently clang does not emit unused static constants. GCC e [...]
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 | 3 ++- include/clang/Frontend/CodeGenOptions.def | 3 +++ lib/CodeGen/CodeGenModule.cpp | 13 +++++++++++++ lib/Driver/ToolChains/Clang.cpp | 1 + lib/Frontend/CompilerInvocation.cpp | 2 ++ test/CodeGen/keep-static-consts.cpp | 6 ++++++ 6 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 test/CodeGen/keep-static-consts.cpp