Skip to content

Commit f2dc978

Browse files
author
svorenova
committed
Add a new comment to mark variables that should not be nondet initialized
This will be used by nondet-static option and will mark internal variables that are not CPROVER variables such as language specific internal variables - in Java, for example, @inflight_exception and clinit_already_run
1 parent eb71a01 commit f2dc978

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/util/irep_ids.def

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,7 @@ IREP_ID_TWO(java_lambda_method_handles, lambda_method_handles)
665665
IREP_ID_ONE(havoc_object)
666666
IREP_ID_TWO(overflow_shl, overflow-shl)
667667
IREP_ID_TWO(C_no_initialization_required, #no_initialization_required)
668+
IREP_ID_TWO(C_no_nondet_initialization, #no_nondet_initialization)
668669
IREP_ID_TWO(overlay_class, java::com.diffblue.OverlayClassImplementation)
669670
IREP_ID_TWO(overlay_method, java::com.diffblue.OverlayMethodImplementation)
670671
IREP_ID_TWO(ignored_method, java::com.diffblue.IgnoredMethodImplementation)

0 commit comments

Comments
 (0)