-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1313 from goblint/goblint-dune-libs-3
Organize constraint system and value domain modules into dune libraries
- Loading branch information
Showing
82 changed files
with
776 additions
and
595 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
{0 Library goblint.cdomain.value} | ||
This library is unwrapped and provides the following top-level modules. | ||
For better context, see {!Goblint_lib} which also documents these modules. | ||
|
||
|
||
{1 Domains} | ||
|
||
{2 Analysis-specific} | ||
|
||
{3 Value} | ||
|
||
{4 Non-relational} | ||
|
||
{5 Numeric} | ||
{!modules: | ||
IntDomain | ||
FloatDomain | ||
} | ||
|
||
{5 Addresses} | ||
{!modules: | ||
Mval | ||
Offset | ||
StringDomain | ||
AddressDomain | ||
} | ||
|
||
{5 Complex} | ||
{!modules: | ||
StructDomain | ||
UnionDomain | ||
ArrayDomain | ||
NullByteSet | ||
JmpBufDomain | ||
} | ||
|
||
{5 Combined} | ||
{!modules: | ||
ValueDomain | ||
ValueDomainQueries | ||
} | ||
|
||
{3 Concurrency} | ||
{!modules: | ||
MutexAttrDomain | ||
ThreadIdDomain | ||
ConcDomain | ||
} | ||
|
||
{3 Other} | ||
{!modules: | ||
Lval | ||
} | ||
|
||
|
||
{1 I/O} | ||
|
||
{2 Witnesses} | ||
{!modules: | ||
Invariant | ||
InvariantCil | ||
} | ||
|
||
|
||
{1 Utilities} | ||
|
||
{2 Analysis-specific} | ||
{!modules: | ||
PrecisionUtil | ||
WideningThresholds | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
(include_subdirs unqualified) | ||
|
||
(library | ||
(name goblint_cdomain_value) | ||
(public_name goblint.cdomain.value) | ||
(wrapped false) ; TODO: wrap | ||
(libraries | ||
batteries.unthreaded | ||
goblint_std | ||
goblint_common | ||
goblint_config | ||
goblint_library | ||
goblint_domain | ||
goblint_incremental | ||
goblint-cil) | ||
(flags :standard -open Goblint_std) | ||
(preprocess | ||
(pps | ||
ppx_deriving.std | ||
ppx_deriving_hash | ||
ppx_deriving_yojson)) | ||
(instrumentation (backend bisect_ppx))) | ||
|
||
(documentation) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.