summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio/LanguageServers/Cpp/main.cpp
AgeCommit message (Expand)Author
2022-05-21LibCodeComprehension: Re-organize code comprehension related codeItamar
2022-02-25Userland: Rename IPC ClientConnection => ConnectionFromClientItamar
2021-12-06LibIPC: Add IPC::take_over_accepted_client_from_system_server<Client>()Andreas Kling
2021-12-05Userland: Cast unused BackgroundAction::construct() results to voidSam Atkins
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-23LibCore: Make LocalSocket takeover mechanism return ErrorOr<T>Andreas Kling
2021-11-23LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCoreAndreas Kling
2021-11-23LanguageServers/Cpp: Port to LibMain :^)Andreas Kling
2021-06-12HackStudio: Remove unnecessary unveil in ShellLanguageServerNonStdModel
2021-05-14LanguageServer/Cpp: Add testsItamar
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-08LanguageServers/Cpp: Add FileDB and pass project_root in Greet()Itamar
2021-02-08Everywhere: Fix weird includesBen Wiederhake
2021-01-12DevTools: Move to Userland/DevTools/Andreas Kling