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
Erik Eckstein
e01fb6d587
Fix an uninitialized variable bug.
...
In this case it didn't cause any problems, not even non-deterministic behavior, but still it's scary.
2016-01-21 10:30:31 -08:00
Zach Panzarino
e3a4147ac9
Update copyright date
2015-12-31 23:28:40 +00:00
Nadav Rotem
19ebd058c6
[ADT] Add a new data structure to enumerate values.
...
This data structure enumerates values and gives them unqiue indices. This data
structure will be used by the AliasAnalysis Cache.
2015-12-07 09:24:59 -08:00