1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:48:14 +00:00
serenity/Userland/DevTools/HackStudio/LanguageServers
Itamar 8a01167c7d AK: Add missing GenericTraits<NonnullRefPtr>
This enables us to use keys of type NonnullRefPtr in HashMaps and
HashTables.

This commit also includes fixes in various places that used
HashMap<T, NonnullRefPtr<U>>::get() and expected to get an
Optional<NonnullRefPtr<U>> and now get an Optional<U*>.
2021-05-08 18:10:56 +02:00
..
Cpp AK: Add missing GenericTraits<NonnullRefPtr> 2021-05-08 18:10:56 +02:00
Shell Userland: Change IPC funcs to use plain arguments instead of a struct 2021-05-03 21:14:06 +02:00
AutoCompleteEngine.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
AutoCompleteEngine.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ClientConnection.cpp Userland: Update IPC calls to use proxies 2021-05-03 21:14:40 +02:00
ClientConnection.h Userland: Update IPC calls to use proxies 2021-05-03 21:14:40 +02:00
CMakeLists.txt HackStudio/LanguageServers: Move some components out of Cpp 2021-03-04 11:21:43 +01:00
FileDB.cpp AK: Add missing GenericTraits<NonnullRefPtr> 2021-05-08 18:10:56 +02:00
FileDB.h Everywhere: "file name" => "filename" 2021-04-29 22:16:18 +02:00
LanguageClient.ipc Userland: Use snake case names in .ipc files 2021-05-03 21:14:40 +02:00
LanguageServer.ipc Userland: Use snake case names in .ipc files 2021-05-03 21:14:40 +02:00