ladybird/Userland/DevTools/HackStudio/LanguageServers/Shell
Ben Wiederhake 3796d417e0 Demos+DevTools+Games: Fix visibility of Object-derivative constructors
Derivatives of Core::Object should be constructed through
ClassName::construct(), to avoid handling ref-counted objects with
refcount zero. Fixing the visibility means that misuses like this are
more difficult.
2021-11-02 22:56:53 +01:00
..
ClientConnection.h Demos+DevTools+Games: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
CMakeLists.txt Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
main.cpp HackStudio: Remove unnecessary unveil in ShellLanguageServer 2021-06-12 22:49:20 +04:30
ShellComprehensionEngine.cpp AK: Rename create<T> => make_ref_counted<T> 2021-09-03 02:36:09 +02:00
ShellComprehensionEngine.h LanguageServers: Rename AutoCompleteEngine => CodeComprehensionEngine 2021-05-16 16:39:21 +02:00