1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-19 10:12:09 +00:00
serenity/Userland/Libraries/LibSQL/AST
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
..
AST.h AK+Everywhere: Remove the null state of DeprecatedString 2023-10-13 18:33:21 +03:30
CreateSchema.cpp
CreateTable.cpp
Delete.cpp
Describe.cpp
Expression.cpp
Insert.cpp
Lexer.cpp
Lexer.h
Parser.cpp AK+Everywhere: Remove the null state of DeprecatedString 2023-10-13 18:33:21 +03:30
Parser.h AK+Everywhere: Remove the null state of DeprecatedString 2023-10-13 18:33:21 +03:30
Select.cpp
Statement.cpp
SyntaxHighlighter.cpp
SyntaxHighlighter.h
Token.cpp
Token.h
Update.cpp