ladybird/Libraries/LibIDL
Totto16 678f531fe5 LibWeb: Fix IDL Generation error for enums
In the case, where IDL enums start with a character, that is an invalid
start character for C++ identifiers (e.g. a number), the C++ generaion
for enums fails. An example would be "2d" see #3788
2025-03-04 08:31:26 +00:00
..
CMakeLists.txt Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
IDLParser.cpp LibWeb: Fix IDL Generation error for enums 2025-03-04 08:31:26 +00:00
IDLParser.h LibIDL: Fix use-after-free in GenerateWindowOrWorkerInterfaces 2024-11-16 10:30:14 +01:00
Types.cpp AK+Everywhere: Rename verify_cast to as 2025-01-21 11:34:06 -05:00
Types.h LibIDL+IDLGenerators: Support generation of IDL partial dictionaries 2025-02-05 13:18:47 -07:00