1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 21:58:12 +00:00
serenity/Meta/Lagom/Tools
Daniel Bertalan 4a81b33c07 Everywhere: Fix -Winconsistent-missing-override warnings from Clang
This option is already enabled when building Lagom, so let's enable it
for the main build too. We will no longer be surprised by Lagom Clang
CI builds failing while everything compiles locally.

Furthermore, the stronger `-Wsuggest-override` warning is enabled in
this commit, which enforces the use of the `override` keyword in all
classes, not just those which already have some methods marked as
`override`. This works with both GCC and Clang.
2021-12-11 13:14:15 -08:00
..
CodeGenerators Everywhere: Fix -Winconsistent-missing-override warnings from Clang 2021-12-11 13:14:15 -08:00
ConfigureComponents Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
IPCMagicLinter Meta: Implement checker for IPC magic number collisions 2021-11-05 00:17:01 +03:30
CMakeLists.txt Meta: Allow lagom_tool invocations to specify libraries to link 2021-11-23 22:58:05 +01:00