1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 22:38:12 +00:00
serenity/Userland/DevTools/HackStudio/LanguageServers/Cpp
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
..
Tests CppLanguageServer: Add test for "get_parameters_hint" 2021-07-04 17:50:33 +02: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
CppComprehensionEngine.cpp HackStudio: Don't close autocomplete after applying #include directories 2021-11-02 17:53:22 +01:00
CppComprehensionEngine.h HackStudio: Handle autocomplete inside #include's <> and "" 2021-11-02 17:53:22 +01:00
main.cpp HackStudio: Remove unnecessary unveil in ShellLanguageServer 2021-06-12 22:49:20 +04:30
Tests.cpp LibCpp: Do lexing in the Preprocessor 2021-08-07 21:24:11 +02:00
Tests.h LanguageServer/Cpp: Add tests 2021-05-14 13:27:47 +02:00