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
Chris Lattner
821c2cb98f
Merge pull request #1796 from danra/swift_basic_sanitize
...
Canonicalize swift header files headers and footers
2016-03-29 17:31:53 -07:00
Jordan Rose
90f91a4219
Merge pull request #1842 from danra/patch-37
...
Fix includes order - system should follow local
2016-03-25 16:47:12 -07:00
Chris Lattner
d968c4dbf6
Merge pull request #1841 from danra/patch-36
...
Add missing period in comment
2016-03-24 22:50:49 -07:00
Chris Lattner
96dea07bdd
Merge pull request #1848 from danra/patch-42
...
Use auto instead of repeating explicit class names
2016-03-24 22:38:54 -07:00
Chris Lattner
2753606c3e
Merge pull request #1843 from danra/patch-38
...
Remove redundant else
2016-03-24 22:37:26 -07:00
swift-ci
ecf1e10e5a
Merge pull request #1844 from danra/patch-39
...
Merge pull request #${ghprbPullId} from ${ghprbPullAuthorLogin}/${ghprbSourceBranch} requested by ${ghprbTriggerAuthorLogin}
2016-03-24 17:33:26 -07:00
Dan Raviv
9942cfc6a2
Add missing word in DiverseListImpl comment
2016-03-25 00:42:59 +02:00
danra
9ff4ee43a5
Use auto instead of repeating explicit class names
2016-03-24 18:18:51 +02:00
danra
25bda30cfd
Fix DiverseListImpl comment grammar
2016-03-24 18:12:32 +02:00
danra
9cb3e763cd
operator!= DRY
2016-03-24 18:07:59 +02:00
danra
2b1d4a763d
Remove redundant else
2016-03-24 18:05:06 +02:00
danra
a8cbd1d190
Fix includes order - 3rd-party should follow local
2016-03-24 17:36:45 +02:00
danra
eb4930c5e1
Add missing period in comment
2016-03-24 17:34:48 +02: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
Zach Panzarino
e3a4147ac9
Update copyright date
2015-12-31 23:28:40 +00:00
practicalswift
a52f9427e4
Fix typo: heterogenously → heterogeneously
2015-12-14 00:11:50 +01:00
Joe Groff
9ea30d00fe
Runtime: Remove custom operator new(InPlace).
...
C++ no longer imposes a null check requirement on placement 'new', and clang no longer emits the null check. This hack is no longer needed.
2015-11-18 12:31:24 -08:00
Joe Groff
a3b6bef4e5
Runtime: Use new(InPlace) in more places to avoid unwanted null checks.
2015-11-17 14:13:48 -08:00
Jordan Rose
f6822e8c53
Fix -Wdocumentation issues.
...
No functionality change.
Swift SVN r5127
2013-05-09 21:40:33 +00:00
Chris Lattner
7055cfe43a
move DiverseList and DiverseStack to swift/Basic, out of IRGen.
...
Swift SVN r2784
2012-08-26 20:10:10 +00:00