Commit Graph

32761 Commits

Author SHA1 Message Date
Chris Lattner
ba2793aa6b implement parser support for methods, including dox and
a testcase.  No AST or sema yet.


Swift SVN r415
2011-07-19 04:46:07 +00:00
Doug Gregor
86ab76d624 Introduce a CMake build system for Swift.
This CMake-based build system is based on the one in Clang, simplified
and tweaked slightly to better support building a smaller Xcode
project that links against an existing LLVM (rather than importing all
of LLVM into this project).



Swift SVN r403
2011-07-14 17:58:33 +00:00
Chris Lattner
011422478f Split default value processing stuff out to its own file.
Swift SVN r316
2011-03-22 05:48:10 +00:00
Chris Lattner
d23c2f26f3 Document and implement lexer and parser support for trivial import decls. No Sema/AST support yet.
Swift SVN r285
2011-03-18 22:52:48 +00:00
Chris Lattner
3ab8ea17ee add run lines to all the tests and use a less broken test makefile.
Swift SVN r243
2011-03-01 07:48:18 +00:00
Chris Lattner
c38e709da8 improve the makefile.
Swift SVN r238
2011-02-26 02:18:31 +00:00
Chris Lattner
7bbe52b52a Expand the swift language to allow typealiases, oneof, and struct within a brace expression. This allows us to have shadowing of type names.
Swift SVN r236
2011-02-22 07:41:44 +00:00
Chris Lattner
8c393e2519 add some random notes for arrays
Swift SVN r202
2010-10-15 10:52:34 +00:00
Chris Lattner
8fa431c209 rename testcase, add a new test for UDTs
Swift SVN r169
2010-10-09 18:08:41 +00:00
Chris Lattner
454dd86c2b add a testcase
Swift SVN r32
2010-07-19 03:21:45 +00:00
Chris Lattner
15ed0a78d1 better fix for make clean.
Swift SVN r15
2010-07-18 21:31:06 +00:00