mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:37:35 +00:00
LibCpp: Support 'auto' Type
This commit is contained in:
parent
eeb98335d5
commit
f28d944122
3 changed files with 27 additions and 9 deletions
|
@ -206,6 +206,7 @@ public:
|
|||
{
|
||||
}
|
||||
|
||||
bool m_is_auto { false };
|
||||
RefPtr<Name> m_name;
|
||||
Vector<StringView> m_qualifiers;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue