Skip to content
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

[fix] Handle use case when ClangSA is not available #2532

Merged

Conversation

csordasmarton
Copy link
Contributor

@csordasmarton csordasmarton commented Jan 27, 2020

Handle the use case when only Clang Tidy is installed on the users
machine and Clang SA is not available.

Same as #2506

Handle the use case when only Clang Tidy is installed on the users
machine and Clang SA is not available.
@csordasmarton csordasmarton added bugfix 🔨 analyzer 📈 Related to the analyze commands (analysis driver) labels Jan 27, 2020
@csordasmarton csordasmarton added this to the release 6.11.1 milestone Jan 27, 2020
Copy link
Contributor

@gyorb gyorb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm thinking to handle the problem at different places.
In the planed change to print out the options (ctu, z3 #2432) even if they are not supported these functions will not be called at the current places but somewhere else, and could cause problems again.
What do you think @csordasmarton @bruntib?

@csordasmarton
Copy link
Contributor Author

@gyorb This is the same pull request as #2506 but to the release v.6.11.1 branch. It was already merged to the master branch so I don't think we should change this in this pull request. Please create a new issue for this.

@gyorb gyorb merged commit 2167c83 into Ericsson:release-v6.11.1 Feb 7, 2020
@csordasmarton csordasmarton deleted the fix_missing_clangsa_analyzer3 branch March 6, 2020 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analyzer 📈 Related to the analyze commands (analysis driver) bugfix 🔨
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants