summaryrefslogtreecommitdiff
path: root/Source/Core/CommandLineOptions.cs
diff options
context:
space:
mode:
authorGravatar Bryan Parno <parno@microsoft.com>2014-12-16 14:03:19 -0800
committerGravatar Bryan Parno <parno@microsoft.com>2014-12-16 14:03:19 -0800
commit2a8bc979f0c122ba7362335a1fea364a3b1ab122 (patch)
treea0f998d5a2d9e69dfc3bc788f4254444ef1e52a8 /Source/Core/CommandLineOptions.cs
parent9dda7cc805664f4d68b79877663182adc829d315 (diff)
Added an annotation, :split_here, for predicate statements.
The annotation allows the programmer to manually indicate where the verification of a procedure implementation should be split into pieces.
Diffstat (limited to 'Source/Core/CommandLineOptions.cs')
-rw-r--r--Source/Core/CommandLineOptions.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/Core/CommandLineOptions.cs b/Source/Core/CommandLineOptions.cs
index 01212da1..682e058c 100644
--- a/Source/Core/CommandLineOptions.cs
+++ b/Source/Core/CommandLineOptions.cs
@@ -1656,6 +1656,11 @@ namespace Microsoft.Boogie {
{:subsumption n}
Overrides the /subsumption command-line setting for this assertion.
+ {:split_here}
+ Verifies code leading to this point and code leading from this point
+ to the next split_here as separate pieces. May help with timeouts.
+ May also occasionally double-report errors.
+
---- The end ---------------------------------------------------------------
");
}