Commit Graph

7 Commits

Author SHA1 Message Date
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