ladybird/Userland/DevTools
Itamar dcdb0c7035 LibCpp: Support non-field class members
Previously, we had a special ASTNode for class members,
"MemberDeclaration", which only represented fields.

This commit removes MemberDeclaration and instead uses regular
Declaration nodes for representing the members of a class.

This means that we can now also parse methods, inner-classes, and other
declarations that appear inside of a class.
2021-06-09 22:26:46 +02:00
..
HackStudio LibCpp: Support non-field class members 2021-06-09 22:26:46 +02:00
Inspector Inspector: Check if RemoteProcess is_inspectable 2021-06-02 11:19:04 +02:00
IPCCompiler IPCCompiler: Fix declaration of static functions 2021-05-14 22:24:02 +02:00
Playground LibGUI: Fix off-by-one error in Lexer tokens 2021-06-05 00:32:28 +04:30
Profiler Profiler: Show the duration of the time interval chosen 2021-06-04 09:30:22 +02:00
StateMachineGenerator Userland: Change typedef to using directive 2021-05-21 10:07:22 +01:00
UserspaceEmulator UserspaceEmulator: Stop parsing options on first non-option 2021-06-08 11:30:58 +02:00
CMakeLists.txt DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00