Austin Zheng
dfcc13dc69
[stdlib] Bounds checks and tests for Unsafe*BufferPointer
...
Changes:
- Added bounds checks to Unsafe*BufferPointer's subscript getter and setter
- Added tests for Unsafe*BufferPointer's subscript getter for all four range types
2016-06-20 21:41:20 -07:00
rintaro ishizaki
4b51d85abb
[test] Add %target-run-simple-swiftgyb
...
* Utilize %target-run-simple-swiftgyb where possible
2016-06-15 11:49:44 +09:00
Rintaro Ishizaki
1bdce7ced6
[lit] Add substitutions: %utils and %line-directive
...
%utils => ${SWIFT_SOURCE_DIR}/utils
%line-directive => ${SWIFT_SOURCE_DIR}/utils/line-directive
2016-06-11 02:41:15 +09:00
Dmitri Gribenko
069efee426
stdlib: SE-0065: change UnsafeBufferPointer.Indices to CountableRange<Int>
...
CountableRange is cheaper than DefaultRandomAccessIndices.
2016-04-28 17:13:55 -07:00