This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a7325b0 [ubsan] Extend the nonnull arg check to ObjC new f037bd5 [XRay] [clang] Allow logging the first argument of a function call.
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: include/clang/Basic/Attr.td | 9 +++++++++ include/clang/Basic/AttrDocs.td | 4 +++- lib/CodeGen/CodeGenFunction.cpp | 4 ++++ lib/Sema/SemaDeclAttr.cpp | 16 ++++++++++++++++ test/CodeGen/xray-log-args.cpp | 13 +++++++++++++ test/Sema/xray-log-args-oob.c | 9 +++++++++ test/Sema/xray-log-args-oob.cpp | 9 +++++++++ 7 files changed, 63 insertions(+), 1 deletion(-) create mode 100644 test/CodeGen/xray-log-args.cpp create mode 100644 test/Sema/xray-log-args-oob.c create mode 100644 test/Sema/xray-log-args-oob.cpp