Defer building 'this' captures until we have left the capturing region
and returned to the context in which 'this' should be captured. This means we now always mark 'this' referenced from the context in which it's actually referenced, rather than potentially from some context nested within that. llvm-svn: 362182
Loading
Please sign in to comment