Infer static analysis now supported for C, C++, Java
Infer static analysis
CodeRabbit now supports Infer for C, C++, and Java code. Infer helps find bugs such as null dereferences, resource leaks, and concurrency issues during pull request reviews.
Infer runs on C and C++ changes by default. Java analysis is available through the reviews.tools.fbinfer.enable_java setting because Java projects may require compiling more than the changed files.
See the Infer tool guide for configuration details.
Fetched June 3, 2026


