Ericsson / codechecker

CodeChecker is an analyzer tooling, defect database and viewer extension for the Clang Static Analyzer and Clang Tidy
https://codechecker.readthedocs.io
Apache License 2.0
2.15k stars 358 forks source link

Facebook Infer analyzer support #4189

Open dkrupp opened 3 months ago

dkrupp commented 3 months ago

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

CodeChecker should be able to

dkrupp commented 3 months ago

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

vodorok commented 3 months ago
jay24rajput commented 3 months ago

Can I try to work on this issue?