[all-commits] [llvm/llvm-project] 71e1a5: [CodeGen] Emit destructor calls to destruct non-tr...
Akira Hatanaka via All-commits
all-commits at lists.llvm.org
Fri Oct 23 14:46:55 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 71e1a56de153536b9ff655fe740ccbf3f6b1faf0
https://github.com/llvm/llvm-project/commit/71e1a56de153536b9ff655fe740ccbf3f6b1faf0
Author: Akira Hatanaka <ahatanaka at apple.com>
Date: 2020-10-23 (Fri, 23 Oct 2020)
Changed paths:
M clang/lib/CodeGen/CGExprAgg.cpp
M clang/test/CodeGenObjC/strong-in-c-struct.m
Log Message:
-----------
[CodeGen] Emit destructor calls to destruct non-trivial C struct
temporaries created by conditional and assignment operators
rdar://problem/64989559
Differential Revision: https://reviews.llvm.org/D83448
More information about the All-commits
mailing list