1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-22 11:25:07 +00:00
serenity/Kernel/Bus/USB/UHCI
Lenny Maiorani 190cf1507b Kernel: Use default constructors/destructors
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#cother-other-default-operation-rules

"The compiler is more likely to get the default semantics right and
you cannot implement these functions better than the compiler."
2022-03-17 00:51:36 -07:00
..
UHCIController.cpp Kernel: Use default constructors/destructors 2022-03-17 00:51:36 -07:00
UHCIController.h Kernel: Make UHCIController::spawn_port_process OOM-fallible 2022-01-28 19:05:52 +02:00
UHCIDescriptorPool.h Kernel: Some clang-tidy fixes in Bus/USB 2021-12-09 22:53:42 -08:00
UHCIDescriptorTypes.h Kernel: Switch static_asserts of a type size to AK::AssertSize 2021-09-05 20:08:57 +02:00
UHCIRootHub.cpp Kernel: Some clang-tidy fixes in Bus/USB 2021-12-09 22:53:42 -08:00
UHCIRootHub.h Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 2021-11-08 01:10:53 +01:00