This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from dd646d623e [ODRHash] Hash VarDecl members. new d9557ee91d [XRay][clang] Support capturing the implicit `this` argument [...] new ff94b5e7fe [ubsan] PR33081: Skip the standard type checks for volatile
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: lib/CodeGen/CGExpr.cpp | 5 +++++ lib/Sema/SemaDeclAttr.cpp | 14 ++++++++------ test/CodeGen/ubsan-volatile.c | 7 +++++++ test/Sema/xray-log-args-class.cpp | 7 +++++++ 4 files changed, 27 insertions(+), 6 deletions(-) create mode 100644 test/CodeGen/ubsan-volatile.c create mode 100644 test/Sema/xray-log-args-class.cpp