ladybird/Userland/Libraries/LibIDL
Ali Mohammad Pur 971e466521 LibIDL: Emit an error when two decls of the same function are present
Duplicates can show up when copy-pasting IDL snippets into existing IDL
files, and the resulting error is extremely useless and misleading.
This commit makes it so the parser catches these cases, and emits a more
helpful error like "Overload set 'instantiate' contains multiple
identical declarations".
2024-02-16 15:26:43 +01:00
..
CMakeLists.txt Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
IDLParser.cpp LibIDL: Emit an error when two decls of the same function are present 2024-02-16 15:26:43 +01:00
IDLParser.h LibIDL: Emit an error when two decls of the same function are present 2024-02-16 15:26:43 +01:00
Types.cpp AK+LibIDL: Put IDL dbgln statement behind a debug flag 2023-11-15 23:42:53 +01:00
Types.h LibIDL: Emit an error when two decls of the same function are present 2024-02-16 15:26:43 +01:00