[PATCH] D39438: [analyzer] Diagnose stack leaks via block captures

Alexander Shaposhnikov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 1 19:09:20 PDT 2017


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





More information about the cfe-commits mailing list