1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 13:37:45 +00:00

LibCpp: Support 'auto' Type

This commit is contained in:
Itamar 2021-05-17 10:40:19 +03:00 committed by Andreas Kling
parent eeb98335d5
commit f28d944122
3 changed files with 27 additions and 9 deletions

View file

@ -206,6 +206,7 @@ public:
{
}
bool m_is_auto { false };
RefPtr<Name> m_name;
Vector<StringView> m_qualifiers;
};