This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b3ed1c7687 [OPENMP] Fix for PR32333: Crash in call of outlined Function. new f63663acce Update for lifetime intrinsic signature change
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/CGDecl.cpp | 10 +-- test/CodeGen/cleanup-destslot-simple.c | 8 +-- test/CodeGen/lifetime-asan.c | 8 +-- test/CodeGen/lifetime2.c | 24 +++---- test/CodeGen/temporary-lifetime-exceptions.cpp | 12 ++-- test/CodeGen/temporary-lifetime.cpp | 48 ++++++------- test/CodeGenCXX/destructors.cpp | 14 ++-- test/CodeGenCXX/microsoft-abi-eh-cleanups.cpp | 6 +- test/CodeGenCXX/nrvo.cpp | 4 +- test/CodeGenObjC/arc-blocks.m | 18 ++--- test/CodeGenObjC/arc-precise-lifetime.m | 68 +++++++++---------- test/CodeGenObjC/arc-ternary-op.m | 12 ++-- test/CodeGenObjC/arc.m | 94 +++++++++++++------------- test/CodeGenObjC/exceptions.m | 4 +- test/CodeGenObjCXX/arc-move.mm | 8 +-- test/CodeGenObjCXX/arc-references.mm | 6 +- test/CodeGenObjCXX/arc.mm | 6 +- test/CodeGenObjCXX/literals.mm | 8 +-- 18 files changed, 180 insertions(+), 178 deletions(-)