Files
swift-mirror/lib/Basic/Default
Saleem Abdulrasool 000ee2514d Basic: simplify conversion deduction
The `redirects` parameter is of type `ArrayRef` which is default constructed
through the special `None` type.  Use `None` rather than `nullptr` which would
attempt to create a 0-sized array with a `nullptr`.  This fixes the build on
Windows.
2018-03-20 09:39:20 -07:00
..