summaryrefslogtreecommitdiff
path: root/src/Values.ml
diff options
context:
space:
mode:
authorSon Ho2022-01-07 15:04:11 +0100
committerSon Ho2022-01-07 15:04:11 +0100
commitc16ad7c78a149d3fd62976f4eb17d07a9c03b8c6 (patch)
treee7469ec9de1799bc843643643b81f180c63cd1c9 /src/Values.ml
parent4e2dd5806fe41275bf8c037b9071175e51c88c62 (diff)
Factorize initialize_symbolic_context_for_fun and
eval_function_call_symbolic_from_inst_sig and make minor modifications
Diffstat (limited to '')
-rw-r--r--src/Values.ml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Values.ml b/src/Values.ml
index 53851cea..bcb08dc8 100644
--- a/src/Values.ml
+++ b/src/Values.ml
@@ -564,7 +564,8 @@ type abs = {
parents : (AbstractionId.set_t[@opaque]); (** The parent abstractions *)
regions : (RegionId.set_t[@opaque]); (** Regions owned by this abstraction *)
ancestors_regions : (RegionId.set_t[@opaque]);
- (** Union of the regions owned by this abstraction and its ancestors *)
+ (** Union of the regions owned by this abstraction's ancestors (not
+ including the regions of this abstraction itself) *)
avalues : typed_avalue list; (** The values in this abstraction *)
}
[@@deriving