mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
LibCpp: Parse type qualifiers
This commit is contained in:
parent
71a123148a
commit
5a7abb8363
Notes:
sideshowbarker
2024-07-18 21:46:56 +09:00
Author: https://github.com/itamar8910
Commit: 5a7abb8363
Pull-request: https://github.com/SerenityOS/serenity/pull/5591
4 changed files with 34 additions and 5 deletions
|
@ -160,6 +160,7 @@ private:
|
|||
RefPtr<TranslationUnit> m_root_node;
|
||||
NonnullRefPtrVector<ASTNode> m_nodes;
|
||||
Vector<String> m_errors;
|
||||
Vector<StringView> parse_type_qualifiers();
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue