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

Facebook Infer analyzer support #4189

Open
dkrupp opened this issue Mar 12, 2024 · 3 comments
Open

Facebook Infer analyzer support #4189

dkrupp opened this issue Mar 12, 2024 · 3 comments
Labels
analyzer 📈 Related to the analyze commands (analysis driver) new feature 👍 New feature request other-analyzer 💬 Analysers which CodeChecker offers only report conversion of, but no driving

Comments

@dkrupp
Copy link
Member

dkrupp commented Mar 12, 2024

Add support for facebook infer analyzer execution support for C/C++.
https://github.com/facebook/infer

CodeChecker should be able to

@dkrupp dkrupp changed the title Add Facebook Infer analyzer support Facebook Infer analyzer support Mar 12, 2024
@dkrupp
Copy link
Member Author

dkrupp commented Mar 12, 2024

You can check how gcc static analyzer was integrated in this PR:
https://github.com/Ericsson/codechecker/pull/4030/files

@vodorok
Copy link
Collaborator

vodorok commented Mar 12, 2024

  • I would consider adding support to the latest release as well as the tip of the master. The latest release of Infer is almost 3 years old, but the tool is in active development.
  • The file output of infer should be processed, instead of the stdout.
  • Consider supporting analyzer options if there are any.

@whisperity whisperity added analyzer 📈 Related to the analyze commands (analysis driver) other-analyzer 💬 Analysers which CodeChecker offers only report conversion of, but no driving new feature 👍 New feature request and removed enhancement 🌟 labels Mar 12, 2024
@jay24rajput
Copy link
Contributor

Can I try to work on this issue?

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) new feature 👍 New feature request other-analyzer 💬 Analysers which CodeChecker offers only report conversion of, but no driving
Projects
None yet
Development

No branches or pull requests

4 participants