1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 02:27:35 +00:00
serenity/Userland/Libraries/LibIDL
Idan Horowitz f837f02eea LibIDL+LibWeb: Resolve distinguishing argument index at build time
Aside from the obvious performance benefits, this will allow us to
properly handle dictionary types. (whose dictionary-ness is only known
at build-time)

Much of the rest of the overload resolution algorithm steps can (and
should) be evaluated at build-time as well, but this is a good first
step.
2023-11-11 08:48:25 +01:00
..
CMakeLists.txt Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
IDLParser.cpp LibIDL: Attach extended attributes on enums 2023-11-07 11:34:21 +01:00
IDLParser.h LibIDL: Attach extended attributes on enums 2023-11-07 11:34:21 +01:00
Types.cpp LibIDL+LibWeb: Resolve distinguishing argument index at build time 2023-11-11 08:48:25 +01:00
Types.h LibIDL+LibWeb: Resolve distinguishing argument index at build time 2023-11-11 08:48:25 +01:00