practicalswift
1339b5403b
Consistent use of header comment format.
...
Correct format:
//===--- Name of file - Description ----------------------------*- Lang -*-===//
2016-01-04 13:26:31 +01:00
practicalswift
022efe94c4
Reference file names (and not paths) in file headers.
2016-01-04 09:56:23 +01:00
practicalswift
50baf2e53b
Use consistent formatting in top of file headers.
2016-01-04 02:17:48 +01:00
Zach Panzarino
e3a4147ac9
Update copyright date
2015-12-31 23:28:40 +00:00
Joe Groff
42c71b7972
Don't mangle directness into type metadata symbols.
...
Anywhere we can't directly address type metadata in Swift, we've found we need a function call. Directness isn't useful here.
Swift SVN r32626
2015-10-12 17:22:40 +00:00
Slava Pestov
cdd5a4121c
IRGen: Generate value witnesses to get enum tag and project payload
...
These will be used for reflection, and eventually to speed up generic
operations on single payload enums as well.
Progress on <rdar://problem/21739870>.
Swift SVN r30214
2015-07-15 06:03:18 +00:00
Joe Groff
e109124186
Replace 'union' keyword with 'enum'.
...
This only touches the compiler and tests. Doc updates to follow.
Swift SVN r8478
2013-09-20 01:33:14 +00:00