-
Notifications
You must be signed in to change notification settings - Fork 445
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split state variables and symbolic variables. Stricter type checking. (…
…#3987) * Split state variables and symbolic variables. Stricter type checking. * Rename variables appropriately. * IWYU. * Refactor the concolic execution model. Push concolic refresh into final state. * Fix up gtests. * Remove flawed test. * Move packet variables out of the execution state. * State variables never used the incarnation count. Remove. * There is no need to look up the declaration in convertPathExpr.
- Loading branch information
Showing
86 changed files
with
959 additions
and
961 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
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
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 |
---|---|---|
|
@@ -13,7 +13,6 @@ | |
|
||
#include "lib/cstring.h" | ||
#include "lib/exceptions.h" | ||
#include "lib/log.h" | ||
|
||
namespace P4Tools { | ||
|
||
|
Oops, something went wrong.