-
Notifications
You must be signed in to change notification settings - Fork 362
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
Missing named-capturing group 'column' in sonar.cxx.vc.regex creates an exception #2867
Comments
Hi, in the LOG file I saw:
Think that is the reason?
Regards, |
Regex is default as well as VC report. But what about with include warning? In another examples the same problem |
Maybe this page helps https://github.com/SonarOpenCommunity/sonar-cxx/wiki/Detect-and-fix-parsing-errors |
This one:
|
Okay, i will check it Thank you! |
Todo:
|
Should work without exception in LOG file sonar-cxx/cxx-sensors/src/main/java/org/sonar/cxx/sensors/compiler/CxxCompilerSensor.java Line 196 in 8ac57b8
|
Hello! I am trying to use sonar-cxx, but it cant find any issues even with vs_project test project.
My steps:
sonar-scanner.bat -X
with no additional argumentsreport.txt
And receive no issues
Did I miss something when setting it up?
Also why do I get preprocessor warning in report about
iostream
?The text was updated successfully, but these errors were encountered: