Commit Graph

5 Commits

Author SHA1 Message Date
Dmitri Hrybenko
3fcbb1c03a Revert unintended changes to demo-tool
Swift SVN r6732
2013-07-30 00:56:06 +00:00
Dmitri Hrybenko
647dff9caf Code completion: don't add results that reference operators with function call
syntax when we complete after module name


Swift SVN r6731
2013-07-30 00:53:12 +00:00
Doug Gregor
e27279c0ff Turn on the constraint-based type checker by default <rdar://problem/13324871>.
Lots of tests (46 of them) fail with the constraint-based type
checker, either due to changes in diagnostics or due to outright
bugs in the constraint-based type checker. Use -no-constraint-checker
for these tests.

Note that the hack to parse imported swift.swift with
-no-constraint-checker remains in place, for build-performance
reasons.



Swift SVN r4300
2013-03-06 06:32:40 +00:00
Daniel Dunbar
6c0cc85629 [utils] Update demo-tool to execute Chris' transcript style text files.
Swift SVN r2608
2012-08-10 22:09:29 +00:00
Daniel Dunbar
c27229cd22 [utils] Add a simple tool for running REPL demos.
Swift SVN r2504
2012-08-02 20:54:28 +00:00