1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 09:38:11 +00:00
serenity/Userland/Libraries/LibIDL
kleines Filmröllchen eada4f2ee8 AK: Remove ByteString from GenericLexer
A bunch of users used consume_specific with a constant ByteString
literal, which can be replaced by an allocation-free StringView literal.

The generic consume_while overload gains a requires clause so that
consume_specific("abc") causes a more understandable and actionable
error.
2024-01-12 17:03:53 -07:00
..
CMakeLists.txt Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
IDLParser.cpp AK: Remove ByteString from GenericLexer 2024-01-12 17:03:53 -07:00
IDLParser.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Types.cpp AK+LibIDL: Put IDL dbgln statement behind a debug flag 2023-11-15 23:42:53 +01:00
Types.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30