-
Notifications
You must be signed in to change notification settings - Fork 396
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
pvs studio static analysis amd64 #413
Comments
Thanks! There's certainly some things in there that ought to be looked at. I'm going to try to triage this slowly into some new issues, but much appreciated :D |
I have made a summary of all the errors and warnings from the file, sorted by the total count of each error and warning encountered along with a brief description. See There is a separate text file for each error code in the |
Just so people don't have to download the zip file, I have put up IMO, there's some clear choices for things we ought to look at early:
There's also some silly low hanging fruit: |
@0xdaryl Can we get this labelled with 'help wanted'? |
The ternary statement of the form `a?b:b` was changed to `b`. Issue: eclipse-omr#413 Signed-off-by: Aman Kumar <amank@ca.ibm.com>
The ternary statement of the form `a?b:b` was changed to `b`. Issue: eclipse-omr#413 Signed-off-by: Aman Kumar <amank@ca.ibm.com> (cherry picked from commit e2228e8)
Fix ternary statement in optimizer The ternary statement of the form `a?b:b` was changed to `b`. Issue: eclipse-omr#413 Signed-off-by: Aman Kumar <amank@ca.ibm.com> (cherry picked from commit e2228e8) See merge request !168
FYI
out1.tasklist.txt.zip
The text was updated successfully, but these errors were encountered: