mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:37:45 +00:00
LibCpp: Parse type qualifiers
This commit is contained in:
parent
71a123148a
commit
5a7abb8363
4 changed files with 34 additions and 5 deletions
|
@ -226,6 +226,7 @@ public:
|
|||
}
|
||||
|
||||
StringView m_name;
|
||||
Vector<StringView> m_qualifiers;
|
||||
};
|
||||
|
||||
class Pointer : public Type {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue