mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 13:19:05 +00:00
LibCpp: Fix positional information of Pointer types
This commit is contained in:
parent
1dfdfcf820
commit
9a31fb6673
Notes:
sideshowbarker
2024-07-18 10:30:13 +09:00
Author: https://github.com/itamar8910
Commit: 9a31fb6673
Pull-request: https://github.com/SerenityOS/serenity/pull/8403
Reviewed-by: https://github.com/awesomekling
3 changed files with 8 additions and 8 deletions
|
@ -6,7 +6,7 @@ TranslationUnit[1:0->12:0]
|
|||
int
|
||||
x
|
||||
VariableDeclaration[4:4->5:0]
|
||||
Pointer[4:12->4:14]
|
||||
Pointer[4:4->4:14]
|
||||
NamedType[4:4->4:12]
|
||||
s
|
||||
next
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue