Skip to content

Commit

Permalink
Merge pull request #474 from goblint/remove-unmaintained
Browse files Browse the repository at this point in the history
Remove containment, deadlocksByRaces and shapes analyses
  • Loading branch information
sim642 authored Dec 1, 2021
2 parents 89c8633 + d329719 commit 45a25b1
Show file tree
Hide file tree
Showing 28 changed files with 12 additions and 9,569 deletions.
2 changes: 1 addition & 1 deletion src/analyses/base.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2307,7 +2307,7 @@ struct
| _, v -> VD.show v
in
let args_short = List.map short_fun f.sformals in
Printable.get_short_list (GU.demangle f.svar.vname ^ "(") ")" args_short
Printable.get_short_list (f.svar.vname ^ "(") ")" args_short

let threadenter ctx (lval: lval option) (f: varinfo) (args: exp list): D.t list =
match Cilfacade.find_varinfo_fundec f with
Expand Down
Loading

0 comments on commit 45a25b1

Please sign in to comment.