mirror of
https://github.com/apple/swift.git
synced 2025-12-25 12:15:36 +01:00
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.