Files
ladybird/Userland/DevTools/HackStudio
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
..
2021-04-23 16:46:57 +02:00
2021-05-15 13:00:23 +01:00