File tree Expand file tree Collapse file tree
src/cdomain/value/cdomains/int
tests/regression/70-transform Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -399,7 +399,7 @@ module IntDomTupleImpl = struct
399399 (* * Project tuple t to precision p
400400 * We have to deactivate IntDomains after the refinement, since we might
401401 * lose information if we do it before. E.g. only "Interval" is active
402- * and shall be projected to only "Def_Exc". By seting "Interval" to None
402+ * and shall be projected to only "Def_Exc". By setting "Interval" to None
403403 * before refinement we have no information for "Def_Exc".
404404 *
405405 * Thus we have 3 Steps:
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22# usage: transform.sh [--stdout] [--stderr] [--file] transform1 transform2 ... -- [goblint args] file.c
33# runs goblint with the given transformations active and outputs the transformed file to stdout
4- # - unless --stdout/--stderr is passed, supress those streams
4+ # - unless --stdout/--stderr is passed, suppress those streams
55# - if --file is passed, output to a temporary file and print its path to stdout
66
77set -eu -o pipefail
You can’t perform that action at this time.
0 commit comments