Chris Lattner
|
04f7a08621
|
add support for tuple field access with ".", e.g.:
var a : (int, var f : int, int);
var b = a.field0+a.field1+a.f;
This also eliminates TupleConvertExpr.
Swift SVN r137
|
2010-08-03 06:55:08 +00:00 |
|
Chris Lattner
|
f248ffb53a
|
Introduce a scope abstraction, the next step to implementing
name lookup.
Swift SVN r65
|
2010-07-23 04:37:16 +00:00 |
|
Chris Lattner
|
ed1be4f17a
|
add printing support for Identifier, switch VarDecl to have an
identifier instead of a stringref.
Swift SVN r63
|
2010-07-23 03:50:09 +00:00 |
|
Chris Lattner
|
8bf327b648
|
add a new AST/Identifier class which represents a uniqued string.
Add support to ASTContext to unique strings into identifiers.
Swift SVN r62
|
2010-07-23 03:40:02 +00:00 |
|