We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e64558d commit a230618Copy full SHA for a230618
src/cdomains/stringDomain.ml
@@ -3,8 +3,11 @@ include Printable.StdLeaf
3
let name () = "string"
4
5
type string_domain = Unit | Disjoint | Flat
6
+
7
let string_domain = ref None
8
9
let string_domain_config = "ana.base.strings.domain"
10
11
let parse config = match config with
12
| "unit" -> Unit
13
| "disjoint" -> Disjoint
0 commit comments