Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: handle clang diagnostics returning None for filename
The parser may return None for clang diagnostics filename if there isn't one. We already handle this gracefully in get_message(), so reuse that instead of duplicating the logic, now that there's support for basename=True.
- Loading branch information