[PATCH] D58218: Variable auto-init of blocks capturing self after init bugfix

JF Bastien via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 14 09:01:07 PST 2019


jfb added a comment.

In D58218#1398096 <https://reviews.llvm.org/D58218#1398096>, @rjmccall wrote:

> Well, you can always make a variable with a more directly-applicable name than `capturedByInit` and update it as appropriate, like `locIsByrefHeader`.


Sounds good. I made it `const` too, to avoid inadvertent modification.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58218/new/

https://reviews.llvm.org/D58218





More information about the cfe-commits mailing list