mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-14 07:02:54 +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:
parent
2896d7796d
commit
3cd04f40e1
Notes:
sideshowbarker
2024-07-17 01:09:32 +09:00
Author: https://github.com/Poseydon42
Commit: 3cd04f40e1
Pull-request: https://github.com/SerenityOS/serenity/pull/17198
Reviewed-by: https://github.com/gmta
6 changed files with 64 additions and 0 deletions
|
@ -0,0 +1,2 @@
|
|||
using namespace a::b::c;
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue