ladybird/DevTools/IPCCompiler
Andreas Kling 116d551f82 IPCCompiler: Don't generate "OwnPtr<void>" as a handle() return type
This was happening for async (response-less) messages, since they were
returning void and were were always just wrapping the return type in
an OwnPtr no matter what.
2019-08-03 21:34:08 +02:00
..
main.cpp IPCCompiler: Don't generate "OwnPtr<void>" as a handle() return type 2019-08-03 21:34:08 +02:00
Makefile IPCCompiler: Start working on a simple IPC definition language 2019-08-03 15:17:41 +02:00