summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio/LanguageServers/Cpp/ClientConnection.cpp
AgeCommit message (Expand)Author
2021-02-20LanguageServers/Cpp: Add 'FindDeclaration' capabilityItamar
2021-02-13LanguageServers/cpp: Use parser-based autocomplete engine by defaultItamar
2021-02-08LanguageServers/Cpp: Use FileDB and AutoCompleteEngine base classItamar
2021-02-08LanguageServers/Cpp: Add FileDB and pass project_root in Greet()Itamar
2021-02-08Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)AnotherTest
2021-02-01LibIPC: Stop sending client ID to clientsAndreas Kling
2021-01-27HackStudio: Integate with C++ parser-based autocompleteItamar
2021-01-25Everywhere: Hook up remaining debug macros to Debug.h.asynts
2021-01-25Everywhere: Debug macros instead of constexpr.asynts
2021-01-25Everywhere: Name debug macros more consistently.asynts
2021-01-25Everywhere: Use CMake to generate AK/Debug.h.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-14LibIPC: Close received IPC::File fd's by default unless takenAndreas Kling
2021-01-12DevTools: Move to Userland/DevTools/Andreas Kling