alexshap added inline comments. ================ Comment at: test/Analysis/stack-capture-leak-arc.mm:68 + int x = 123; + int &r = x; + void (^b)(void) = ^void(void) { ---------------- c++ reference Repository: rL LLVM https://reviews.llvm.org/D39438