SharonXu added a comment.
Hi @vsapsai, I checked out the apple `stable/20211026` llvm-project branch at
https://github.com/apple/llvm-project/tree/stable/20211026, and ran check-clang
locally, but the tested added in the patch
`clang/test/Modules/merge-objc-interface.m` failed with the error
SharonXu added a comment.
Hi @ahatanak , @rjmccall, we found that this diff causes an issue:
When -fobjc-arc is enabled, if a block is passed as an argument to a function
whose corresponding parameter type is && rvalue and attributed as noescape, the
object captured by the block can get destruc