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.
Jeremy Dubreil
ad54126dab
[infer][ondemand] add a `--keep-going` command line option to specify when to catch the exceptions raised during the analysis
...
Summary: This will allow us to gradually get rid of the exceptions thrown during the analysis while detecting the regressions earlier
Reviewed By: jberdine, jvillard
Differential Revision: D5385154
fbshipit-source-id: 605e3f5
7 years ago
..
AnnotatedSignature.ml
Convert Reason to OCaml, and auto-format OCaml
7 years ago
AnnotatedSignature.mli
Convert Reason to OCaml, and auto-format OCaml
7 years ago
README.md
Created IR folder for the intermediate representaion files.
9 years ago
eradicate.ml
Convert Reason to OCaml, and auto-format OCaml
7 years ago
eradicate.mli
Convert Reason to OCaml, and auto-format OCaml
7 years ago
eradicateChecks.ml
Convert Reason to OCaml, and auto-format OCaml
7 years ago
modelTables.ml
Convert Reason to OCaml, and auto-format OCaml
7 years ago
modelTables.mli
Convert Reason to OCaml, and auto-format OCaml
7 years ago
models.ml
Convert Reason to OCaml, and auto-format OCaml
7 years ago
typeAnnotation.ml
Convert Reason to OCaml, and auto-format OCaml
7 years ago
typeAnnotation.mli
Convert Reason to OCaml, and auto-format OCaml
7 years ago
typeCheck.ml
[infer][ondemand] add a `--keep-going` command line option to specify when to catch the exceptions raised during the analysis
7 years ago
typeCheck.mli
Convert Reason to OCaml, and auto-format OCaml
7 years ago
typeErr.ml
Convert Reason to OCaml, and auto-format OCaml
7 years ago
typeErr.mli
Convert Reason to OCaml, and auto-format OCaml
7 years ago
typeOrigin.ml
Convert Reason to OCaml, and auto-format OCaml
7 years ago
typeOrigin.mli
Convert Reason to OCaml, and auto-format OCaml
7 years ago
typeState.ml
Convert Reason to OCaml, and auto-format OCaml
7 years ago
typeState.mli
Convert Reason to OCaml, and auto-format OCaml
7 years ago
Eradicate @Nullable Checker
Eradicate is a type checker for @Nullable
annotations for Java. The goal is to eradicate null pointer exceptions. See Eradicate .
The main entry point is module Eradicate .