1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 14:35:07 +00:00
serenity/Userland/DevTools/HackStudio/LanguageServers/Shell
Sam Atkins d2024f04bd Userland: Cast unused BackgroundAction::construct() results to void
User code does not need to keep this alive, so casting to void is safe.
But maybe a bit weird.
2021-12-05 15:31:03 +01:00
..
ClientConnection.h Demos+DevTools+Games: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
CMakeLists.txt LanguageServers/Shell: Port to LibMain :^) 2021-11-23 11:33:36 +01:00
main.cpp Userland: Cast unused BackgroundAction::construct() results to void 2021-12-05 15:31:03 +01:00
ShellComprehensionEngine.cpp AK: Rename create<T> => make_ref_counted<T> 2021-09-03 02:36:09 +02:00
ShellComprehensionEngine.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00