mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-19 15:32:31 +00:00
Error::from_string_literal now takes direct char const*s, while Error::from_string_view does what Error::from_string_literal used to do: taking StringViews. This change will remove the need to insert `sv` after error strings when returning string literal errors once StringView(char const*) is removed. No functional changes. |
||
---|---|---|
.. | ||
AST | ||
BTree.cpp | ||
BTree.h | ||
BTreeIterator.cpp | ||
CMakeLists.txt | ||
Database.cpp | ||
Database.h | ||
Forward.h | ||
HashIndex.cpp | ||
HashIndex.h | ||
Heap.cpp | ||
Heap.h | ||
Index.cpp | ||
Index.h | ||
Key.cpp | ||
Key.h | ||
Meta.cpp | ||
Meta.h | ||
Result.cpp | ||
Result.h | ||
ResultSet.cpp | ||
ResultSet.h | ||
Row.cpp | ||
Row.h | ||
Serializer.cpp | ||
Serializer.h | ||
SQLClient.cpp | ||
SQLClient.h | ||
TreeNode.cpp | ||
Tuple.cpp | ||
Tuple.h | ||
TupleDescriptor.h | ||
Type.h | ||
Value.cpp | ||
Value.h | ||
ValueImpl.h |