We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Clang-Tidy sensor is using the regex below:
((?>[a-zA-Z]:\\)??[^:]++):(\d{1,5}):(\d{1,5}): ([^:]++): (.+)
Issues with Windows paths with forward slashes are not supported:
D:/Path/Sample.cpp:78:23: warning: use std::make_unique instead [modernize-make-unique]
The text was updated successfully, but these errors were encountered:
support Windows paths with forward slashes
4db6a88
- Clang-Tidy sensor - DrMemory sensor - close SonarOpenCommunity#2245
Merge pull request #2246 from guwirth/fix-2245
cb3afc3
Fix #2245
guwirth
Successfully merging a pull request may close this issue.
The Clang-Tidy sensor is using the regex below:
Issues with Windows paths with forward slashes are not supported:
The text was updated successfully, but these errors were encountered: