-
Notifications
You must be signed in to change notification settings - Fork 52
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
static analysis #31
Comments
I performed a static analysis and I found the following results: Analyzing them a bit, we can see that we do not really have any trouble in our code except for one minor dead assignment in I will fix these 2 issues. The other ones are not that obvious on how to fix, since it is not our code. Do you have any suggestions on how we can automate this static analysis procedure? |
Great! Indeed, the issues are not from our code and this would not be easy I think we should add this to a weekly CI on our cluster (with the full -- JBM On Sat, Jul 23, 2016 at 8:31 AM Konstantinos Chatzilygeroudis <
|
Agreed.
OK. I will send you the commands that are needed to run the static analyzer. Although, I would say that the frequency should be bi-weekly not weekly. |
to try: http://clang-analyzer.llvm.org/
The text was updated successfully, but these errors were encountered: