Commits

Joe Groff committed 45c980ce85f
SILGen: Capture local constants by value. Local constants (such as local FuncDecls) are never modifiable so can be captured by value. Give the local constant value to the closure when visiting a local FuncDecl, and in the function body, register the corresponding closure context argument as a local constant for that context. Swift SVN r3369