mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 18:00:16 +00:00
LibCpp: Parse nullptr literal
This commit is contained in:
parent
cbb49f26d9
commit
9954a1837f
Notes:
sideshowbarker
2024-07-18 20:42:10 +09:00
Author: https://github.com/itamar8910
Commit: 9954a1837f
Pull-request: https://github.com/SerenityOS/serenity/pull/6009
3 changed files with 27 additions and 4 deletions
|
@ -437,4 +437,9 @@ void NamespaceDeclaration::dump(size_t indent) const
|
|||
decl.dump(indent + 1);
|
||||
}
|
||||
|
||||
void NullPointerLiteral::dump(size_t indent) const
|
||||
{
|
||||
ASTNode::dump(indent);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue