Skip to content

Commit 271cc17

Browse files
committed
Rename Ptranal wrapper module, add to API docs
1 parent aada1c9 commit 271cc17

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/analyses/ptranalEvalFunvar.ml renamed to src/analyses/ptranalAnalysis.ml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
(** Wrapper analysis to answer EvalFunvar query using Cil's pointer analysis. *)
1+
(** CIL's {!GoblintCil.Ptranal} for function pointer evaluation ([ptranal]).
2+
3+
Useful for sound analysis of function pointers without base. *)
24

35
open GoblintCil
46
open Analyses

src/goblint_lib.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ module TaintPartialContexts = TaintPartialContexts
164164
module UnassumeAnalysis = UnassumeAnalysis
165165
module ExpRelation = ExpRelation
166166
module AbortUnless = AbortUnless
167+
module PtranalAnalysis = PtranalAnalysis
167168

168169

169170
(** {1 Domains}

0 commit comments

Comments
 (0)