This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 82a30912df [Sema] Remove some conditions of a failing assert new 0635952db6 [asan] Add clang flag -fsanitize-address-use-odr-indicator
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: docs/ClangCommandLineReference.rst | 4 ++++ docs/UsersManual.rst | 2 ++ include/clang/Driver/Options.td | 8 ++++++++ include/clang/Driver/SanitizerArgs.h | 1 + include/clang/Frontend/CodeGenOptions.def | 1 + lib/CodeGen/BackendUtil.cpp | 6 ++++-- lib/Driver/SanitizerArgs.cpp | 8 ++++++++ lib/Frontend/CompilerInvocation.cpp | 5 +++++ test/CodeGen/asan-globals-odr.cpp | 30 ++++++++++++++++++++++++++++++ test/Driver/fsanitize.c | 18 ++++++++++++++++++ 10 files changed, 81 insertions(+), 2 deletions(-) create mode 100644 test/CodeGen/asan-globals-odr.cpp