practicalswift
797b80765f
[gardening] Use the correct base URL ( https://swift.org ) in references to the Swift website
...
Remove all references to the old non-TLS enabled base URL (http://swift.org )
2016-11-20 17:36:03 +01:00
Dan Raviv
29d76f3b68
Canonize swift header files headers and footers
...
- Added missing ifdef guard in PointerIntEnum header
- Consistent naming convention for ifdef guards
- Consistent 'end namespace swift'
- Consistent single EOL at end of header files
2016-03-23 09:04:12 +02:00
danra
9b258949b3
Added missing 'const' to iterator comp. operators
2016-03-22 22:04:23 +02:00
danra
473e97504b
[gardening] Add missing comments
2016-03-22 21:45:11 +02:00
Zach Panzarino
e3a4147ac9
Update copyright date
2015-12-31 23:28:40 +00:00
Mark Lacey
26b3917298
Update ArrayRefView so that it works even if Basic/LLVM.h has not been included.
...
We've managed without this because every place this is included also
includes (directly or transitively) Basic/LLVM.h.
Swift SVN r32714
2015-10-15 21:35:06 +00:00
John McCall
af1aa962de
Make ArrayRefView::iterator conform to the random-access
...
iterator requirements.
Swift SVN r9089
2013-10-09 20:55:44 +00:00
John McCall
cb06e316d0
Add CanBoundGenericType::getGenericArgs().
...
Swift SVN r8329
2013-09-17 07:22:26 +00:00