Skip to content

Commit e847c8f

Browse files
committed
Document ReturnUtil
1 parent bacedc7 commit e847c8f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/goblint_lib.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,7 @@ module LibraryFunctions = LibraryFunctions
402402
module BaseUtil = BaseUtil
403403
module PrecisionUtil = PrecisionUtil
404404
module ContextUtil = ContextUtil
405+
module ReturnUtil = ReturnUtil
405406
module BaseInvariant = BaseInvariant
406407
module CommonPriv = CommonPriv
407408
module WideningThresholds = WideningThresholds

src/util/returnUtil.ml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
(** Special variable for return value. *)
2+
13
open GoblintCil
24
module AD = ValueDomain.AD
35

0 commit comments

Comments
 (0)