Eli Friedman
|
01a18f6c7a
|
Use VarDecls to represent struct members, and MemberRefExprs to represent member access in structs. Eliminate the horrible hack which was LookThroughOneOfExpr.
Swift SVN r1808
|
2012-05-11 03:08:15 +00:00 |
|
Chris Lattner
|
a5030c00cb
|
minor pedantic tidying up.
Swift SVN r1783
|
2012-05-09 00:53:46 +00:00 |
|
Eli Friedman
|
77fa49ec2b
|
Introduce StructDecl and StructType; use them for structs instead of OneOfDecl/OneOfType. To keep this patch small, I'm leaving in LookThroughOneOf etc. for the moment, but that's next on the agenda.
Swift SVN r1780
|
2012-05-09 00:27:44 +00:00 |
|