This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 0cb04a9067 Remove the duplicated definition of size_t new c20b3c3ebf Change -fsanitize-address-poison-class-member-array-new-cook [...] new 3ad36a9111 [CodeGen] Fix a crash when updating a designated initializer
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: docs/ClangCommandLineReference.rst | 6 ++++-- docs/UsersManual.rst | 8 ++++---- include/clang/Driver/Options.td | 12 ++++++------ include/clang/Driver/SanitizerArgs.h | 1 + include/clang/Frontend/CodeGenOptions.def | 2 +- lib/CodeGen/CGExprConstant.cpp | 16 ++++++++-------- lib/CodeGen/ItaniumCXXABI.cpp | 2 +- lib/Driver/SanitizerArgs.cpp | 8 ++++++++ lib/Frontend/CompilerInvocation.cpp | 8 ++++---- test/CodeGen/address-sanitizer-and-array-cookie.cpp | 2 +- test/CodeGen/designated-initializers.c | 14 +++++++++++++- test/Driver/fsanitize.c | 18 ++++++++++++++++++ 12 files changed, 69 insertions(+), 28 deletions(-)