1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-21 13:05:06 +00:00
serenity/Userland/Libraries/LibIDL
Timothy Flynn 2c1bbf5a99 AK+LibIDL: Put IDL dbgln statement behind a debug flag
This is a bit spammy now that we are performing some overload resolution
at build time. The fallback to an interface has generally worked fine on
the types it warns about (BufferSource, Module, etc.) so let's not warn
about it for every build.
2023-11-15 23:42:53 +01:00
..
CMakeLists.txt Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
IDLParser.cpp LibIDL: Require the 'attribute' keyword when parsing attributes 2023-11-11 08:52:50 +01:00
IDLParser.h LibIDL: Attach extended attributes on enums 2023-11-07 11:34:21 +01:00
Types.cpp AK+LibIDL: Put IDL dbgln statement behind a debug flag 2023-11-15 23:42:53 +01:00
Types.h LibIDL: Support dictionary types when distinguishing argument indices 2023-11-11 08:48:25 +01:00