summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio/LanguageServers/Cpp/ClientConnection.h
AgeCommit message (Expand)Author
2022-02-25Userland: Rename IPC ClientConnection => ConnectionFromClientItamar
2022-01-15LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServersin-ack
2021-12-06LibIPC: Add IPC::take_over_accepted_client_from_system_server<Client>()Andreas Kling
2021-11-02Demos+DevTools+Games: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-06-23HackStudio: Make TODO entries clickableFederico Guerinoni
2021-06-23LanguageServers: Add function to collect TODO entries in a documentFederico Guerinoni
2021-05-16LanguageServers: Rename AutoCompleteEngine => CodeComprehensionEngineItamar
2021-05-16HackStudio+CppLanguageServer: Remove lexer-based autocomplete engineItamar
2021-05-14LanguageServers: Remove ClientConnection dependencyItamar
2021-05-03Userland: Change IPC funcs to use plain arguments instead of a structGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-04HackStudio/LanguageServers: Move some components out of CppAnotherTest
2021-02-27LanguageServers/Cpp: Update client asynchronously about symbolsItamar
2021-02-20LanguageServers/Cpp: Add 'FindDeclaration' capabilityItamar
2021-02-08LanguageServers/Cpp: Use FileDB and AutoCompleteEngine base classItamar
2021-01-27HackStudio: Integate with C++ parser-based autocompleteItamar
2021-01-12DevTools: Move to Userland/DevTools/Andreas Kling