Skip to content

fix parsing of clang assembler errors#35

Merged
pdarragh merged 1 commit intocmsc430:mainfrom
laelath:clang-error-parsing
Feb 19, 2026
Merged

fix parsing of clang assembler errors#35
pdarragh merged 1 commit intocmsc430:mainfrom
laelath:clang-error-parsing

Conversation

@laelath
Copy link
Copy Markdown
Contributor

@laelath laelath commented Feb 18, 2026

The parsing of clang assembler errors was only expecting a line number at the end of the path, when it was printing a line number and a character offset. This was causing the line number to be incorrectly parsed as part of the file path. This PR fixes the parsing and augments the error message by indicating the offset.

@pdarragh pdarragh merged commit e01e3fd into cmsc430:main Feb 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants