[PATCH] D39562: [CodeGen][ObjC] Fix an assertion failure caused by copy elision
Akira Hatanaka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 7 09:48:26 PST 2018
ahatanak added a comment.
I also add a call to setIsUnique(false) in OpaqueValueExpr's constructor, which fixed the failing tests I was seeing.
https://reviews.llvm.org/D39562
More information about the cfe-commits
mailing list