1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-24 14:05:06 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/IPCCompiler
Brian Gianforcaro 39e5b42f36 IPCCompiler: Default initialize all parameter member variables
PVS Studio static analysis noticed we didn't initialize these in a
bunch of cases. This change fixes that so we will always initialize
these using universal initialization.
2021-12-22 13:29:31 -08:00
..
CMakeLists.txt Meta: Define and use lagom_tool() CMake helper function for all Tools 2021-09-15 19:04:52 +04:30
main.cpp IPCCompiler: Default initialize all parameter member variables 2021-12-22 13:29:31 -08:00