Commits

Dmitri Hrybenko committed e08eee270e6
Move some of SILGen for functions to use FuncDecl instead of FuncExpr This changes most SILLocations to point to FuncDecls instead of FuncExprs, thus SIL diagnostics had to be fixed up for this change. Swift SVN r8132