David Farler
b7d17b25ba
Rename -parse flag to -typecheck
...
A parse-only option is needed for parse performance tracking and the
current option also includes semantic analysis.
2016-11-28 10:50:55 -08:00
Doug Gregor
b7a415bade
[Sema] An initializer in a protocol extension is effectively 'required'.
...
Fixes rdar://problem/24575507.
2016-02-16 11:37:17 -08:00
Dmitri Hrybenko
3b04d1b013
tests: reorganize tests so that they actually use the target platform
...
Most tests were using %swift or similar substitutions, which did not
include the target triple and SDK. The driver was defaulting to the
host OS. Thus, we could not run the tests when the standard library was
not built for OS X.
Swift SVN r24504
2015-01-19 06:52:49 +00:00
Doug Gregor
1cc28d4f80
An initializer requirement can only be satisfied by a required class initializer in a non-final class.
...
This is part of eliminating the notion of non-inheritable
conformances. Fixes <rdar://problem/17408284>.
Swift SVN r20430
2014-07-23 22:16:38 +00:00
Ted Kremenek
fad874708e
Adjust test cases.
...
Swift SVN r17964
2014-05-12 22:01:52 +00:00
Doug Gregor
96be672daf
Allow initializer requirements on protocols and check conformance to them.
...
Swift SVN r14320
2014-02-24 23:17:09 +00:00