Commit Graph

9 Commits

Author SHA1 Message Date
practicalswift
6d1ae2a39c [gardening] 2016 → 2017 2017-01-06 16:41:22 +01:00
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
890ff9c9c8 [gardening] Fix comments style 2016-03-22 22:39:30 +02:00
danra
d6bb90253c [gardening] Add missing comments 2016-03-22 22:17:19 +02:00
practicalswift
1339b5403b Consistent use of header comment format.
Correct format:
//===--- Name of file - Description ----------------------------*- Lang -*-===//
2016-01-04 13:26:31 +01:00
Zach Panzarino
e3a4147ac9 Update copyright date 2015-12-31 23:28:40 +00:00
John McCall
e46bb068f1 Add ASSERT_IMPLEMENTS_STATIC for overrides of static methods.
Swift SVN r4704
2013-04-12 01:39:50 +00:00
John McCall
9fb7a07e1e Add AssertImplements.h, for asserting that a class overrides a method.
Swift SVN r4702
2013-04-12 00:54:52 +00:00