summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibIDL/IDLParser.cpp
AgeCommit message (Expand)Author
2022-12-14LibIDL: Use `Core::Stream` to read importsTim Schumacher
2022-12-13BindingsGenerator+CMake: Keep track of IDL dependenciesDaniel Bertalan
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-19Everywhere: Remove unnecessary mutable attributes from lambdasMacDue
2022-11-10LibIDL: Also handle anonymous union types in resolve_typedef()Linus Groh
2022-11-10LibIDL: Fix accidental early return in resolve_typedef()Linus Groh
2022-11-10LibIDL: Use Type::as_foo() shortcuts in resolve_typedef()Linus Groh
2022-10-21LibIDL: Resolve typedefs in UnionType members recursivelyLinus Groh
2022-10-09LibIDL: Remove static maps for interfaces and resolved importsAndrew Kaster
2022-10-09LibIDL: Parse extended attributes that have () wrapped expressionsAndrew Kaster
2022-10-06BindingsGenerator+LibIDL: Parse "inherit" attributesSam Atkins
2022-09-21LibIDL+LibWeb: Remove stale references to "wrapper class" conceptLinus Groh
2022-09-17LibIDL+WrapperGenerator: Make it easier to work with IDL::Type classesSam Atkins
2022-09-17LibIDL+WrapperGenerator: Move IDL code into a librarySam Atkins