This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from bab2991 [Sema] Refactor context checking for availability diagnostics new a7f432b [linux] When pre-reserving stack pages to work around broken [...] new a669162 Implement no_sanitize_address for global vars
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/Basic/Attr.td | 6 +++-- include/clang/Basic/DiagnosticSemaKinds.td | 1 + include/clang/Sema/AttributeList.h | 1 + lib/CodeGen/SanitizerMetadata.cpp | 8 +++++- lib/Sema/SemaDeclAttr.cpp | 30 ++++++++++++++------- test/CodeGen/asan-globals.cpp | 11 +++++--- test/SemaCXX/attr-no-sanitize-address.cpp | 3 --- test/SemaCXX/attr-no-sanitize.cpp | 2 -- tools/driver/cc1_main.cpp | 42 +++++++++++++++++++++++++----- 9 files changed, 75 insertions(+), 29 deletions(-)