Commits

Joe Groff committed 91ade9444db
Sema: Allow mutual recursion of local functions. Local functions may reference each other as long as they don't transitively capture any vars or other non-function local decls before their declaration. Swift SVN r28394