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.
Sam Blackshear 32583aa876
[thread-safety] Change meaning of @ThreadSafe to "can run in parallel with any thread including itself"
8 years ago
..
IR [backend] When adding a new field to the tenv, sort the list of fields 8 years ago
absint [ai] No need to create a domain for a bottom_lifted type 8 years ago
atd [build] switch to 4.05.0+flambda by default 8 years ago
backend [cli] do not regenerate report.json when printing specs to stdout 8 years ago
base [cli] do not regenerate report.json when printing specs to stdout 8 years ago
bufferoverrun [inferbo] Do not report duplicate issues 8 years ago
checkers [thread-safety] Change meaning of @ThreadSafe to "can run in parallel with any thread including itself" 8 years ago
clang [linters] Do not report MUTABLE_LOCAL_VARIABLE_IN_COMPONENT_FILE when the variable has __block attribute 8 years ago
clang_stubs Replace existing calls to `exit` with InferExit exceptions to better control flow of executions 8 years ago
eradicate [cleanup] remove Idenv from checkers callbacks 8 years ago
harness [clang] distinguish genuine internal failures from unimplemented features 8 years ago
integration [integration] Support buck integration with compilation db when passing @mode/... arguments 8 years ago
istd [term] do not apply terminal colour codes if the output is not a tty 8 years ago
java [stats] Emit the stats only in developer mode 8 years ago
java_stubs Convert Reason to OCaml, and auto-format OCaml 8 years ago
labs [log] die more appropriately 8 years ago
opensource [graphql] kill unused files 8 years ago
python_stubs [infer] python integration: parser, cfg support 8 years ago
quandary [traces] add matches function for extra flexibility in expanding traces 8 years ago
scripts Replace existing calls to `exit` with InferExit exceptions to better control flow of executions 8 years ago
unit [traces] add matches function for extra flexibility in expanding traces 8 years ago
.merlin [time] do not rely on gettimeofday for measuring time 8 years ago
Makefile [make] do not accidentally build the -O3 infer when running `make test_build` 8 years ago
README.md [merlin] use `S **` instead of listing each directory 8 years ago
infertop.ml [make] s/ocamlbuild/jbuilder/g 8 years ago
jbuild-workspace.in [build] switch to 4.05.0+flambda by default 8 years ago
jbuild.common.in [time] do not rely on gettimeofday for measuring time 8 years ago
jbuild.in [build] switch to 4.05.0+flambda by default 8 years ago

README.md

The OCaml source files for infer live here. The Makefile is responsible for building them, together with jbuild.in.