mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Replace a String initializer followed by String.utf8CString with a (UTF8 encoded) string literal.
This code pattern is generated when calling C functions with string literals, e.g.
puts("hello!")
rdar://74941849
14 KiB
14 KiB