Commits

Jordan Rose committed 5486dd4dba2
Module::forAllVisibleModules never needs to capture its callback. ...so, add a templated overload that ensures that lambdas aren't copied, so that callers don't need to add an explicit makeStackLambda(). No functionality change. Swift SVN r7303