Files
ladybird/Userland/DevTools/HackStudio/LanguageServers/Cpp
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
..
2021-05-14 13:27:47 +02:00
2021-05-14 13:27:47 +02:00