We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3455f98 + d413234 commit 6eb7c91Copy full SHA for 6eb7c91
regression/cbmc/double_deref/README
@@ -25,3 +25,9 @@ double_deref_with_cast.desc -- a double-deref with an intervening cast (*(int*)*
25
double_deref_with_member.desc -- a double-deref with an intervening member expression (p->field1->field2), should use a let-expression
26
double_deref_with_pointer_arithmetic.desc -- a double-deref with intervening pointer arithmetic (p[idx1][idx2]), should use a let-expression
27
*_single_alias.desc -- variants of the above where the first dereference points to a single possible object, so no let-expression is necessary
28
+
29
+Why no-dereference-cache?
30
+-------------------------
31
32
+Because these tests test for specific VCCs to do with multiple nested complex
33
+dereferences and the dereference caching rewrites these.
0 commit comments