1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 20:25:07 +00:00

LibCpp: Parse 'using namespace' declarations

This gets us a little bit closer to a fully capable C++ parser.
This commit is contained in:
Poseydon42 2023-01-26 23:17:57 +00:00 committed by Jelle Raaijmakers
parent 2896d7796d
commit 3cd04f40e1
6 changed files with 64 additions and 0 deletions

View file

@ -0,0 +1,2 @@
using namespace a::b::c;