We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aada1c9 commit 271cc17Copy full SHA for 271cc17
src/analyses/ptranalEvalFunvar.ml renamed to src/analyses/ptranalAnalysis.ml
@@ -1,4 +1,6 @@
1
-(** Wrapper analysis to answer EvalFunvar query using Cil's pointer analysis. *)
+(** CIL's {!GoblintCil.Ptranal} for function pointer evaluation ([ptranal]).
2
+
3
+ Useful for sound analysis of function pointers without base. *)
4
5
open GoblintCil
6
open Analyses
src/goblint_lib.ml
@@ -164,6 +164,7 @@ module TaintPartialContexts = TaintPartialContexts
164
module UnassumeAnalysis = UnassumeAnalysis
165
module ExpRelation = ExpRelation
166
module AbortUnless = AbortUnless
167
+module PtranalAnalysis = PtranalAnalysis
168
169
170
(** {1 Domains}
0 commit comments