Commit Graph

3 Commits

Author SHA1 Message Date
Michael Gottesman
9e13779702 [ownership] Remove most -enable-sil-ownership from SILGen now that %target-swift-emit-silgen does it automatically.
I did this using a sed pattern and verified by hand that I was only touching
target-swift-emit-silgen lines.
2018-12-13 11:54:54 -08:00
Alex Hoppen
560c22b18e [tests] Verify the libSyntax tree on SILGen tests
The SILGen testsuite consists of valid Swift code covering most language
features. We use these tests to verify that no unknown nodes are in the
file's libSyntax tree. That way we will (hopefully) catch any future
changes or additions to the language which are not implemented in
libSyntax.
2018-04-27 09:33:03 -07:00
Michael Gottesman
6b611a670b [+0-all-args] Add a test that is a minimum implementation for for-each to be codegen through SILGen without the stdlib.
There was not an example in tree and I am going to use a version of this for my
guaranteed normal argument tests.

Just chopping this off from a larger commit.

rdar://34222540
2017-11-27 18:04:10 -08:00