parser: Fix line location for implicit named port connections
The implicitly generated identifier for implicit named port connections gets its file and line information from the optional attributes. If no attribute list is specified this will just point to the beginning of the file resulting in incorrect line information. Use the file and line information from the identifier token instead to fix this. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
This commit is contained in:
parent
75cd1a19f0
commit
d040804036
Loading…
Reference in New Issue