This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 12ca70080f [NewPM][MSan] Add Options Handling new 24cae3f9a0 [SemaObjC] Don't infer the availabilty of +new from -init if [...] new 66dd171c94 [OBJC] Add attribute to mark Objective C class as non-lazy new 24c8a9a6ae [Sanitizers] UBSan unreachable incompatible with Kernel ASan
The 3 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 | 7 +++++ include/clang/Basic/AttrDocs.td | 13 +++++++++ lib/CodeGen/CGCall.cpp | 3 +- lib/CodeGen/CGObjCMac.cpp | 7 +++-- lib/Sema/SemaDeclAttr.cpp | 3 ++ lib/Sema/SemaExprObjC.cpp | 7 ++--- test/CodeGen/ubsan-asan-noreturn.c | 3 +- test/CodeGenObjC/non-lazy-classes.m | 7 ++++- ...pragma-attribute-supported-attributes-list.test | 1 + test/SemaObjC/attr-objc-non-lazy.m | 34 ++++++++++++++++++++++ test/SemaObjC/infer-availability-from-init.m | 13 +++++++++ 11 files changed, 88 insertions(+), 10 deletions(-) create mode 100644 test/SemaObjC/attr-objc-non-lazy.m