1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 11:27:35 +00:00
serenity/Userland/DevTools
Itamar b50eaf75eb CppLanguageServer: Rename Optional<> autocomplete* to try_autocomplete*
autocomplete_property => try_autocomplete_property
autocomplete_name => try_autocomplete_name

This makes it more clear that these variants may fail because e.g
the node is not a property / not a name.
2021-05-22 15:52:11 +02:00
..
HackStudio CppLanguageServer: Rename Optional<> autocomplete* to try_autocomplete* 2021-05-22 15:52:11 +02:00
Inspector DevTools: Remove redundant default destructor and forward declarations 2021-05-21 22:53:33 +01:00
IPCCompiler IPCCompiler: Fix declaration of static functions 2021-05-14 22:24:02 +02:00
Playground Playground: Show the modified state in the window title 2021-05-17 21:04:54 +01:00
Profiler DevTools: Remove redundant default destructor and forward declarations 2021-05-21 22:53:33 +01:00
StateMachineGenerator Userland: Change typedef to using directive 2021-05-21 10:07:22 +01:00
UserspaceEmulator DevTools: Remove redundant default destructor and forward declarations 2021-05-21 22:53:33 +01:00
CMakeLists.txt DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00