This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ed642ad GCC workaround: use explicit qualification to avoid injected [...] new a7325b0 [ubsan] Extend the nonnull arg check to ObjC
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: lib/CodeGen/CGCall.cpp | 17 +++++++------- lib/CodeGen/CGExprCXX.cpp | 2 +- lib/CodeGen/CGObjC.cpp | 2 +- lib/CodeGen/CodeGenFunction.h | 33 +++++++++++++++++++++++---- test/CodeGenObjC/ubsan-nonnull.m | 48 ++++++++++++++++++++++++++++++++++++++++ 5 files changed, 87 insertions(+), 15 deletions(-) create mode 100644 test/CodeGenObjC/ubsan-nonnull.m