1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-10 03:47:34 +00:00
serenity/Userland/DevTools/HackStudio/Git
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
..
DiffViewer.cpp DevTools: Remove unused header includes 2021-08-01 08:10:16 +02:00
DiffViewer.h LibGUI: Rename ScrollableWidget => AbstractScrollableWidget 2021-05-03 21:03:13 +02:00
GitFilesModel.cpp AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
GitFilesModel.h Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
GitFilesView.cpp Everywhere: Rename left/right-click to primary/secondary 2021-10-27 22:05:58 +03:00
GitFilesView.h Everywhere: Fix -Winconsistent-missing-override warnings from Clang 2021-12-11 13:14:15 -08:00
GitRepo.cpp DevTools: Remove unused header includes 2021-08-01 08:10:16 +02:00
GitRepo.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
GitWidget.cpp LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
GitWidget.h HackStudio: Fix GitWidget issues with switching between projects 2021-08-22 10:30:06 +02:00