Files
ladybird/Userland/Libraries/LibC
Ali Mohammad Pur aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString
This commit removes DeprecatedString's "null" state, and replaces all
its users with one of the following:
- A normal, empty DeprecatedString
- Optional<DeprecatedString>

Note that null states of DeprecatedFlyString/StringView/etc are *not*
affected by this commit. However, DeprecatedString::empty() is now
considered equal to a null StringView.
2023-10-13 18:33:21 +03:30
..
2022-08-23 19:07:12 +01:00
2022-12-03 23:52:23 +00:00
2023-10-12 15:20:50 +02:00
2022-08-23 19:07:12 +01:00
2022-08-23 19:07:12 +01:00
2022-11-25 23:13:16 +01:00
2023-10-12 15:20:50 +02:00
2023-08-29 11:04:48 +02:00
2023-06-07 13:44:44 +02:00
2022-08-23 19:07:12 +01:00
2022-11-08 11:51:19 +01:00
2022-08-23 19:07:12 +01:00
2022-11-29 11:04:21 +01:00
2023-09-03 06:21:40 +02:00
2023-09-03 06:21:40 +02:00
2023-08-28 00:40:35 +02:00
2023-09-03 06:21:40 +02:00
2023-09-03 06:21:40 +02:00
2022-10-14 13:37:29 +02:00
2022-10-14 13:37:29 +02:00
2022-12-03 23:52:23 +00:00