1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:58:12 +00:00
serenity/Userland/Libraries/LibIDL
Linus Groh d9cb7b6dc7 LibIDL: Fix accidental early return in resolve_typedef()
This made sense before we had the next step to resolve union types, but
now we only need to skip transferring the extended attributes, without
returning just yet.
2022-11-10 21:23:00 +00:00
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
IDLParser.cpp LibIDL: Fix accidental early return in resolve_typedef() 2022-11-10 21:23:00 +00:00
IDLParser.h LibIDL: Remove static maps for interfaces and resolved imports 2022-10-09 10:14:57 +02:00
Types.cpp LibIDL: Implement EffectiveOverloadSet 2022-09-17 21:27:17 +02:00
Types.h BindingsGenerator+LibIDL: Parse "inherit" attributes 2022-10-06 21:45:07 +01:00