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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to