Chris Lattner
e4b6afb9ae
Start moving the testsuite to the "_ = foo()" idiom for evaluating an
...
expression but ignoring its value. This is the right canonical way to do
this. NFC, just testsuite changes.
Swift SVN r28638
2015-05-15 20:15:54 +00:00
Chris Lattner
4366da9250
more testcase updates for upcoming diagnostics change.
...
Swift SVN r28409
2015-05-11 06:05:00 +00: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
Argyrios Kyrtzidis
628567bfe5
[Frontend] Make it erroneous if no frontend action is specified when invoking the frontend, and update tests.
...
Swift SVN r21584
2014-08-29 19:17:37 +00:00
Jordan Rose
c6226159c5
Allow class properties to be @objc, and expose them as class methods.
...
<rdar://problem/17164696>
Swift SVN r19117
2014-06-24 01:23:02 +00:00
Ted Kremenek
fad874708e
Adjust test cases.
...
Swift SVN r17964
2014-05-12 22:01:52 +00:00
Dmitri Hrybenko
f8904056ef
@objc inference: disallow @objc on static properties, since they don't exist
...
in Objective-C
Swift SVN r10731
2013-12-02 19:44:45 +00:00