You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Jules Villard b95b71fa85
add option to assume that malloc never returns null
9 years ago
.travis fix permission of test scripts 9 years ago
dependencies fix sync mishaps 9 years ago
docker add autoconf dependency 9 years ago
examples Created IR folder for the intermediate representaion files. 9 years ago
facebook-clang-plugins@8e5c361a01 Revert "update fcp version" 9 years ago
infer add option to assume that malloc never returns null 9 years ago
m4 Remove unused support for ocaml < 4.02 9 years ago
scripts fix sync mishaps 9 years ago
.buckconfig initial synchronization 10 years ago
.clang-format fix sync mishaps 9 years ago
.gitignore Add OCaml toplevel driver executable 9 years ago
.gitmodules [infer] Add facebook clang plugins submodule 9 years ago
.inferconfig Implementing a checker to warn initialization of global variables with mehod calls. 9 years ago
.travis.yml add travis CI 9 years ago
CONTRIBUTING.md Remove -open(Utils) compile flag hack 9 years ago
FILES.md Add OCaml toplevel driver executable 9 years ago
INSTALL.md check that reason is installed 9 years ago
LICENSE Add module to fix copyright messages. 9 years ago
Makefile unset MAKEFLAGS before calling buck 9 years ago
Makefile.config.in Add OCaml toplevel driver executable 9 years ago
PATENTS initial synchronization 10 years ago
README.md add travis CI 9 years ago
autogen.sh fail build scripts if `git submodule update` fails 9 years ago
build-infer.sh Install opam deps in build-infer script 9 years ago
configure.ac Move location of clang installation 9 years ago
install-sh migrate infer/models/Makefile 9 years ago
opam add travis CI 9 years ago

README.md

Infer Build Status

Infer is a static analysis tool for Java, Objective-C and C, written in OCaml.

Installation

Read our Getting Started page for details on how to install packaged versions of Infer. To build Infer from source, see INSTALL.md.

License

Infer is BSD-licensed. We also provide an additional patent grant.

Note: Enabling Java support may require you to download and install components licensed under the GPL.