-
Notifications
You must be signed in to change notification settings - Fork 141
Enable PVS-Studio in MIPT-MIPS #37
Comments
pavelkryukov
added
2
Small features, tests coverage, simple laboratory works
code
Enhances infrastructure or refines, Requires almost no knowledge in CPU microarchitecture.
S1 — ISA
To solve the issue, you need knowledge about MIPS or RISC-V ISA
1
Usually one-liner tasks, but may require some deep into infrastructure.
and removed
2
Small features, tests coverage, simple laboratory works
labels
Feb 11, 2017
@MrLightningRod Does it require MSVS build? |
Am I right thinking that our project should be positioned as
rather than
|
And where should I post the results of static analysis? |
|
@gkorepanov Any progress? |
@gkorepanov Any updates? |
@alex19999 I see you have added the comments. Have you obtained feedback from PVS-studio? |
@alex19999 Why do you ignore my questions? :-) |
Merged
@alex19999 Could you please share the command line you used? I will add it to our Travis build. |
Do you mean bash or just words, that I wrote to make an analysis?22.10.2017, 11:44, "Pavel I. Kryukov" <notifications@github.com>:@alex19999 Could you please share the command line you used? I will add it to our Travis build.
—You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or mute the thread.
|
Yes. We need a set of bash commands which one should run to get analysis results. |
Ok, I used sush comands
```bash
pvs-studio-analyzer trace -- make
pvs-studio-analyzer analyze -l ~/.config/PVS-Studio/PVS-Studio.lic -o ./project.log -j8 --compiler COMPILER_NAME --compiler gcc --compiler g++ --compiler COMPILER_NAME
plog-converter -a GA:1,2 -t errorfile ./project.err ./project.log
```
22.10.2017, 12:05, "Pavel I. Kryukov" <notifications@github.com>:Yes. We need a set of bash commands which one should run to get analysis results.
—You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or mute the thread.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Recently PVS-Studio developers provided a free service to use their static analyzer tool. We would like to use in our project.
Information: http://www.viva64.com/ru/b/0457/
AMB: PVS Studio support enabled in MIPT-MIPS. Something is found :-)
The text was updated successfully, but these errors were encountered: