Chris Lattner
|
d6c8f0b621
|
make the AST representation of void just be ().
Swift SVN r53
|
2010-07-22 05:49:57 +00:00 |
|
Chris Lattner
|
fba7359c9c
|
eliminate a #include from ASTContext.h
Swift SVN r52
|
2010-07-22 05:47:33 +00:00 |
|
Chris Lattner
|
842821d541
|
add FunctionType, have sema create it and have ASTContext
unique it.
Swift SVN r51
|
2010-07-22 05:44:17 +00:00 |
|
Chris Lattner
|
c363b58ea1
|
Introduce TupleType, an AST representation of tuples.
Swift SVN r49
|
2010-07-22 01:58:01 +00:00 |
|
Chris Lattner
|
2eeee5faca
|
give ASTContext a SourceMgr reference, add diagnostic hooks to SemaBase.
Swift SVN r39
|
2010-07-19 05:13:55 +00:00 |
|
Chris Lattner
|
a3164a1a1a
|
add void type.
Swift SVN r35
|
2010-07-19 04:40:47 +00:00 |
|
Chris Lattner
|
f36e4aa921
|
introduce Type ast node.
Swift SVN r33
|
2010-07-19 04:33:59 +00:00 |
|
Chris Lattner
|
66199fa090
|
implement a new IntegerLiteral ast node, add plumbing for
allocation of exprs from ASTContext.
Swift SVN r28
|
2010-07-19 00:42:30 +00:00 |
|
Chris Lattner
|
d3756f2627
|
Sketch out the new AST library, lets start with expressions.
Swift SVN r25
|
2010-07-19 00:05:11 +00:00 |
|