Commits

Joe Groff committed f7cf592777f
Add a SIL-only '@block_storage T' type to represent on-stack storage for blocks. Blocks need to be born on the stack, so we need a way to represent that on-stack storage. @block_storage T will represent the layout of a block that contains storage for a capture of type T. Swift SVN r16355