LibCpp: Parse type qualifiers

This commit is contained in:
Itamar 2021-02-28 18:40:45 +02:00 committed by Andreas Kling
commit 5a7abb8363
Notes: sideshowbarker 2024-07-18 21:46:56 +09:00
4 changed files with 34 additions and 5 deletions

View file

@ -226,6 +226,7 @@ public:
}
StringView m_name;
Vector<StringView> m_qualifiers;
};
class Pointer : public Type {