swift
3a97766b - Avoid emitting variable debug info for closure captures.

Commit
2 years ago
Avoid emitting variable debug info for closure captures. Variable debug info is triggered by pattern bindings, however, inside a closure capture list, this should be avoided by setting the appropriate flag in the initializer object. rdar://110329894
Author
Parents
Loading