This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ef3c6d2703 Fix CGObjCGNU::init bug introduced by r302572 new d47237c248 Remove unnecessary calls to MakeArgString. new e432f10a18 [asan] A clang flag to enable ELF globals-gc.
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/Driver/Options.td | 3 +++ include/clang/Driver/SanitizerArgs.h | 1 + include/clang/Frontend/CodeGenOptions.def | 2 ++ lib/CodeGen/BackendUtil.cpp | 2 ++ lib/Driver/SanitizerArgs.cpp | 22 ++++++++++++++++------ lib/Driver/ToolChains/Arch/Mips.cpp | 16 ++++++++-------- lib/Frontend/CompilerInvocation.cpp | 2 ++ test/CodeGen/asan-globals-gc.cpp | 15 +++++++++++++-- test/Driver/fsanitize.c | 7 +++++++ 9 files changed, 54 insertions(+), 16 deletions(-)