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 ada032ee2c
[pulse] improve error messages and traces
6 years ago
..
AccessPath.ml resource leaks tutorial 6 years ago
AccessPath.mli resource leaks tutorial 6 years ago
Annot.ml Annot.Method: record rather than pair 6 years ago
Annot.mli Annot.Method: record rather than pair 6 years ago
Attributes.ml [proc-cfg][3/5] stop caching whole-file cfgs in exe_env 6 years ago
Attributes.mli [proc-cfg][1/5] add per-procedure cfgs to the procedures table 6 years ago
BUILTINS.ml [SIL] change `variable_initialization()` builtin to a new auxiliary instruction 6 years ago
Binop.ml [infer] Add type in binary operator 6 years ago
Binop.mli [infer] Add type in binary operator 6 years ago
BuiltinDecl.ml [SIL] change `variable_initialization()` builtin to a new auxiliary instruction 6 years ago
BuiltinDecl.mli Change license to MIT 7 years ago
CallFlags.ml [SIL][3/3] add CallFlag for synthetised destructor calls 6 years ago
CallFlags.mli [SIL][3/3] add CallFlag for synthetised destructor calls 6 years ago
CallSite.ml [ocamlformat] upgrade to ocamlformat 0.7 7 years ago
CallSite.mli Change license to MIT 7 years ago
Cfg.ml [cfg] print dotty *after* pre-analysis 6 years ago
Cfg.mli [cfg] print dotty *after* pre-analysis 6 years ago
ClangMethodKind.ml [ocamlformat] upgrade to ocamlformat 0.7 7 years ago
ClangMethodKind.mli Reporting cleanup 4: clang_method_kind 7 years ago
Const.ml [ocamlformat] upgrade to ocamlformat 0.7 7 years ago
Const.mli Change license to MIT 7 years ago
DecompiledExp.ml dont report biabduction NPE's on tmp variables 6 years ago
DecompiledExp.mli Logging.d_printf 6 years ago
Errlog.ml [ocamlformat] upgrade ocamlformat to 0.9 6 years ago
Errlog.mli [issues] do not dedup issues when `Config.filtering` is unset 6 years ago
Exceptions.ml [infer] remove the visibility field from the Infer JSON report 6 years ago
Exceptions.mli [infer] remove the visibility field from the Infer JSON report 6 years ago
Exp.ml [infer] Translate more casts (unsigned int) 6 years ago
Exp.mli [infer] Translate more casts (unsigned int) 6 years ago
Filtering.ml [ocamlformat] upgrade to ocamlformat 0.7 7 years ago
Filtering.mli [cli] add the ability to rerun the analysis on some files with different options 7 years ago
HilExp.ml [HIL] change `address_of` to return option type 6 years ago
HilExp.mli [pulse][interproc 3/3] interproc call 6 years ago
HilInstr.ml [SIL][HIL] distinguish auxiliary instructions as `Metadata` 6 years ago
HilInstr.mli [SIL][HIL] distinguish auxiliary instructions as `Metadata` 6 years ago
Ident.ml [ocamlformat] upgrade ocamlformat to 0.9 6 years ago
Ident.mli [inferbo] Address __return_param on function calls 6 years ago
Instrs.ml [debug] print full types in instructions on error 6 years ago
Instrs.mli [ocamlformat] upgrade to ocamlformat 0.7 7 years ago
IntLit.ml IntLit: more types 6 years ago
IntLit.mli [infer] Use big int in IntLit 6 years ago
Io_infer.ml Io_infer.with_color 6 years ago
Io_infer.mli Io_infer.with_color 6 years ago
IssueLog.ml [ocamlformat] upgrade ocamlformat to 0.9 6 years ago
IssueLog.mli Change license to MIT 7 years ago
Localise.ml [ocamlformat] upgrade ocamlformat to 0.9 6 years ago
Localise.mli Reporting cleanup 22: log_error/warning -> use IssueType rather than exception 7 years ago
Mangled.ml [racerd] iOS first steps 6 years ago
Mangled.mli [racerd] iOS first steps 6 years ago
Mleak_buckets.ml Change license to MIT 7 years ago
Mleak_buckets.mli Change license to MIT 7 years ago
Objc_models.ml Change license to MIT 7 years ago
Objc_models.mli Change license to MIT 7 years ago
PredSymb.ml Logging.d_printf 6 years ago
PredSymb.mli Change license to MIT 7 years ago
ProcAttributes.ml [debug] Print proc attributes on the procedure page 6 years ago
ProcAttributes.mli Annot.Method: record rather than pair 6 years ago
Procdesc.ml [SIL][HIL] distinguish auxiliary instructions as `Metadata` 6 years ago
Procdesc.mli Prune_node_kind: sum type rather than string 6 years ago
ProcnameDispatcher.ml [ocamlformat] upgrade ocamlformat to 0.9 6 years ago
ProcnameDispatcher.mli [ocamlformat] upgrade ocamlformat to 0.9 6 years ago
Pvar.ml [inferbo] Address __return_param on function calls 6 years ago
Pvar.mli [inferbo] Address __return_param on function calls 6 years ago
QualifiedCppName.ml [ocamlformat] upgrade to ocamlformat 0.7 7 years ago
QualifiedCppName.mli Change license to MIT 7 years ago
Sil.ml [SIL] change `variable_initialization()` builtin to a new auxiliary instruction 6 years ago
Sil.mli [SIL] change `variable_initialization()` builtin to a new auxiliary instruction 6 years ago
SourceFiles.ml [infer] Get widths of build-in integer types 6 years ago
SourceFiles.mli [infer] Get widths of build-in integer types 6 years ago
SpecializeProcdesc.ml [SIL][HIL] distinguish auxiliary instructions as `Metadata` 6 years ago
SpecializeProcdesc.mli [cfgs] move specialize_* functions to another module to avoid circular dependencies 6 years ago
Subtype.ml [ocamlformat] upgrade ocamlformat to 0.9 6 years ago
Subtype.mli [class-loads] catch expressions 6 years ago
Tenv.ml [ocamlformat] upgrade ocamlformat to 0.9 6 years ago
Tenv.mli [clang][objcpp] register exported methods and treat them as private in RacerD 6 years ago
Typ.ml [pulse] improve error messages and traces 6 years ago
Typ.mli [pulse] improve error messages and traces 6 years ago
Unop.ml [ocamlformat] upgrade to ocamlformat 0.7 7 years ago
Unop.mli Change license to MIT 7 years ago
Var.ml [pulse][interproc 3/3] interproc call 6 years ago
Var.mli [pulse][interproc 3/3] interproc call 6 years ago
WeakTopologicalOrder.ml [debug] Print nodes using weak topological order 6 years ago
WeakTopologicalOrder.mli [debug] Print nodes using weak topological order 6 years ago
dune.in Add missing FB copyrights 6 years ago
index.mld [doc] add `make doc` target for building html API doc 7 years ago