Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed handling of relative paths #43

Merged
merged 5 commits into from
Jul 22, 2022
Merged

Conversation

FlorianReimold
Copy link
Contributor

Fixed handling of relative paths. If clang-tidy returns a relative path, it means that it is relative to the build dir, but clang-tidy-review interpreted it as being relative to the current working directory, which is the git checkout dir.

This is fixed, now, by always interpreting relative paths as relative to the build directory and converting them to absolute paths.

Fixes #41

@ZedThree ZedThree merged commit 40ecc23 into ZedThree:master Jul 22, 2022
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.

Crash when trying to post reviews for files that are not present in the compile set
2 participants