1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-19 14:21:00 +00:00
serenity/Userland
Itamar d7aa831a43 LibCpp: Differentiate between Type and NamedType
This adds a new ASTNode type called 'NamedType' which inherits from
the Type node.

Previously every Type node had a name field, but it was not logically
accurate. For example, pointer types do not have a name
(the pointed-to type may have one).
2021-06-29 00:07:19 +04:30
..
Applets Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
Applications Assistant+Taskbar: Use AppFile::spawn() utility 2021-06-28 16:29:02 +02:00
Demos Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
DevTools LibCpp: Differentiate between Type and NamedType 2021-06-29 00:07:19 +04:30
DynamicLoader Userland: Port UBSAN implementation to userspace 2021-05-27 15:18:03 +02:00
Games Games: Add Spider 2021-06-24 10:32:53 +02:00
Libraries LibCpp: Differentiate between Type and NamedType 2021-06-29 00:07:19 +04:30
Services WindowServer: Fix menu location on screens other than main screen 2021-06-28 17:02:37 +02:00
Shell Everywhere: Use nothrow new with adopt_{ref,own}_if_nonnull 2021-06-24 17:35:49 +04:30
Utilities Utilities/top: Remove unused header includes 2021-06-28 16:38:44 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00