Commit Graph

7 Commits

Author SHA1 Message Date
Dave Abrahams
e70c19f021 [stdlib] Don't allow String() + Character("x")
Symmetry with what we did for Arrays says that Strings shoudl only
concatenate to Strings using "+".  We have append() for adding single
characters.

Swift SVN r20997
2014-08-04 06:44:34 +00:00
Adrian Prantl
acf904a518 Use $binding$generator as debug name for generators instead of $generator.
rdar://problem/17860627

Swift SVN r20788
2014-07-30 23:35:52 +00:00
Adrian Prantl
fa6a7392da Debug info: Add an end-to-end test to catch LLVM backend regressions.
Swift SVN r20705
2014-07-29 22:12:53 +00:00
Adrian Prantl
c655d083b3 Debug info: don't conflate generators and loop variable bindings.
<rdar://problem/17058606> for loop range variable shares name with iteration counter - that's wrong and misleading
<rdar://problem/16786106> [Xcode 6.1] foreach generators are always named "$generator"

Swift SVN r20683
2014-07-29 19:34:17 +00:00
Ted Kremenek
d075f06573 Require a minimum deployment target of iOS 7 or OSX 10.9
Implements <rdar://problem/17532113>

Swift SVN r19451
2014-07-02 06:23:38 +00:00
Ted Kremenek
fad874708e Adjust test cases.
Swift SVN r17964
2014-05-12 22:01:52 +00:00
Adrian Prantl
69c58421ec Debug info: emit alloca shadow copies for DebugValues at -O0.
<rdar://problem/15849532> iteration variables in "for X in Y" statements don't have debug information

Swift SVN r12675
2014-01-21 23:58:37 +00:00