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
1c375a17ac
[log] die more appropriately
...
Summary:
- failwith police: no more `failwith`. Instead, use `Logging.die`.
- Introduce the `SimpleLogging` module for dying from modules where `Logging`
cannot be used (usually because that would create a cyclic dependency).
- always log backtraces, and show backtraces on the console except for usage errors
- Also point out in the log file where the toplevel executions of infer happen
Reviewed By: jeremydubreil
Differential Revision: D5726362
fbshipit-source-id: d7a01fc
7 years ago
..
AbstractDomain.ml
[quandary] better printing for access trees
7 years ago
AbstractDomain.mli
[quandary] better printing for access trees
7 years ago
AbstractInterpreter.ml
[log] die more appropriately
7 years ago
AbstractInterpreter.mli
Convert Reason to OCaml, and auto-format OCaml
8 years ago
Checkers.ml
[filtering] improve issue type filtering CLI
7 years ago
Checkers.mli
[filtering] improve issue type filtering CLI
7 years ago
FormalMap.ml
[thread-safety] add OwnedIf attribute to all formals at the beginning
7 years ago
FormalMap.mli
[thread-safety] add OwnedIf attribute to all formals at the beginning
7 years ago
LowerHil.ml
[access paths] optional index expression for arrays
7 years ago
LowerHil.mli
[access paths] optional index expression for arrays
7 years ago
NodePrinter.ml
Convert Reason to OCaml, and auto-format OCaml
8 years ago
NodePrinter.mli
Convert Reason to OCaml, and auto-format OCaml
8 years ago
PatternMatch.ml
[cleanup] remove unused param from supertype_find_map_opt
7 years ago
PatternMatch.mli
[cleanup] remove unused param from supertype_find_map_opt
7 years ago
ProcCfg.ml
[java] fix noexcept hack
7 years ago
ProcCfg.mli
[bi-abduction] use ProcCfg instead of file CFG
7 years ago
ProcData.ml
Convert Reason to OCaml, and auto-format OCaml
8 years ago
ProcData.mli
Convert Reason to OCaml, and auto-format OCaml
8 years ago
README.md
[absint] move the framework bits/utilities of Infer.AI to a separate directory from the clients (checkers ~= transfer functions + domains)
8 years ago
Scheduler.ml
Convert Reason to OCaml, and auto-format OCaml
8 years ago
Summary.ml
[infer][ondemand] add a `--keep-going` command line option to specify when to catch the exceptions raised during the analysis
7 years ago
Summary.mli
Convert Reason to OCaml, and auto-format OCaml
8 years ago
TransferFunctions.ml
Convert Reason to OCaml, and auto-format OCaml
8 years ago
TransferFunctions.mli
Convert Reason to OCaml, and auto-format OCaml
8 years ago
Var.ml
Convert Reason to OCaml, and auto-format OCaml
8 years ago
Var.mli
Convert Reason to OCaml, and auto-format OCaml
8 years ago
AbsInt
Code + utilties for the Infer.AI abstract interpretation framework.