Files
swift-mirror/include/swift/Basic
Ben Barham 9779c18da3 Rename startswith to starts_with
LLVM is presumably moving towards `std::string_view` -
`StringRef::startswith` is deprecated on tip. `SmallString::startswith`
was just renamed there (maybe with some small deprecation inbetween, but
if so, we've missed it).

The `SmallString::startswith` references were moved to
`.str().starts_with()`, rather than adding the `starts_with` on
`stable/20230725` as we only had a few of them. Open to switching that
over if anyone feels strongly though.
2024-03-13 22:25:47 -07:00
..
2023-07-13 11:22:35 -07:00
2023-11-08 14:56:20 -08:00
2023-12-01 15:06:51 -08:00
2024-02-21 11:20:06 -08:00
2023-07-25 12:28:27 -07:00
2023-07-25 12:28:27 -07:00
2024-02-21 11:20:06 -08:00