ladybird/Kernel/Time
Daniel Bertalan b97a00d4b1 Kernel: Add missing override specifiers
The `#pragma GCC diagnostic` part is needed because the class has
virtual methods with the same name but different arguments, and Clang
tries to warn us that we are not actually overriding anything with
these.

Weirdly enough, GCC does not seem to care.
2021-07-03 01:56:31 +04:30
..
APICTimer.cpp Kernel: Move special sections into Sections.h 2021-06-24 00:38:23 +02:00
APICTimer.h Kernel: Add missing override specifiers 2021-07-03 01:56:31 +04:30
HardwareTimer.h Kernel: Add missing override specifiers 2021-07-03 01:56:31 +04:30
HPET.cpp Kernel: Move special sections into Sections.h 2021-06-24 00:38:23 +02:00
HPET.h Kernel: Fix issues supporting HPETs with 32-bit-only main counter 2021-05-12 21:44:16 +02:00
HPETComparator.cpp Kernel: Move special sections into Sections.h 2021-06-24 00:38:23 +02:00
HPETComparator.h Kernel/Interrupts: Return boolean on whether we handled the interrupt 2021-06-17 16:53:25 +02:00
PIT.cpp Kernel: Move special sections into Sections.h 2021-06-24 00:38:23 +02:00
PIT.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
RTC.cpp Kernel: Pull apart CPU.h 2021-06-24 00:38:23 +02:00
RTC.h Kernel/Interrupts: Return boolean on whether we handled the interrupt 2021-06-17 16:53:25 +02:00
TimeManagement.cpp Kernel: Move special sections into Sections.h 2021-06-24 00:38:23 +02:00
TimeManagement.h Kernel: Pull apart CPU.h 2021-06-24 00:38:23 +02:00