1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:38:11 +00:00
serenity/Userland/Libraries/LibIDL
Sam Atkins 8b4cc07a54 LibIDL+WrapperGenerator: Implement Type::is_distinguishable_from()
As part of this, I've moved a couple of methods for checking for
null/undefined from UnionType to Type, and filled in more of their
steps.

This now detects more, and so causes us to hit a `TODO()` which is too
big for me to go after right now, so I've replaced that assertion with
a log message.
2022-09-17 21:27:17 +02:00
..
CMakeLists.txt LibIDL+WrapperGenerator: Make it easier to work with IDL::Type classes 2022-09-17 21:27:17 +02:00
IDLParser.cpp LibIDL+WrapperGenerator: Make it easier to work with IDL::Type classes 2022-09-17 21:27:17 +02:00
IDLParser.h LibIDL+WrapperGenerator: Move IDL code into a library 2022-09-17 21:27:17 +02:00
Types.cpp LibIDL+WrapperGenerator: Implement Type::is_distinguishable_from() 2022-09-17 21:27:17 +02:00
Types.h LibIDL+WrapperGenerator: Implement Type::is_distinguishable_from() 2022-09-17 21:27:17 +02:00