Commit Graph

304 Commits

Author SHA1 Message Date
John McCall
5aa0330cec Merge pull request #25926 from rjmccall/function-builder-func-opaque-result
Support opaque result types when applying a function builder to a func
2019-07-01 21:51:38 -04:00
John McCall
faa3e3483f Support opaque result types when applying a function builder to a func. 2019-07-01 17:42:06 -04:00
John McCall
d975e8ad3c Allow #if in function builders.
Dropping the IfConfigDecl is not a great implementation, but it'll work
well enough to unblock this code while we work to allow multi-statement
bodies in general.
2019-07-01 16:18:17 -04:00
John McCall
b4cdbc05a6 Move the core builder-transform logic into its own file. 2019-06-11 18:58:11 -07:00