Skip to content

Commit

Permalink
Make memLeak path- & ctx-sensitive
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Schwarz <[email protected]>
  • Loading branch information
sim642 and michael-schwarz committed Nov 6, 2023
1 parent 5f4f94b commit 2174f10
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/analyses/memLeak.ml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ struct
let name () = "memLeak"

module D = ToppedVarInfoSet
module C = Lattice.Unit
module C = D
module P = IdentityP (D)

let context _ _ = ()
let context _ d = d

(* HELPER FUNCTIONS *)
let warn_for_multi_threaded ctx =
Expand Down

0 comments on commit 2174f10

Please sign in to comment.