-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CN-Test-Gen] Synthesize code for bug replication
- Loading branch information
1 parent
8ab1a71
commit a4ef14d
Showing
23 changed files
with
1,784 additions
and
24 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
module CF = Cerb_frontend | ||
module A = CF.AilSyntax | ||
|
||
let synthesize_replicators = Replicators.synthesize | ||
|
||
let synthesize_shape_analyzers = ShapeAnalyzers.synthesize |
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,14 @@ | ||
module CF = Cerb_frontend | ||
module A = CF.AilSyntax | ||
|
||
val synthesize_replicators | ||
: CF.GenTypes.genTypeCategory A.sigma -> | ||
unit Mucore.file -> | ||
Executable_spec_extract.instrumentation list -> | ||
(A.sigma_declaration * CF.GenTypes.genTypeCategory A.sigma_function_definition) list | ||
|
||
val synthesize_shape_analyzers | ||
: CF.GenTypes.genTypeCategory A.sigma -> | ||
unit Mucore.file -> | ||
Executable_spec_extract.instrumentation list -> | ||
(A.sigma_declaration * CF.GenTypes.genTypeCategory A.sigma_function_definition) list |
Oops, something went wrong.