Skip to content

Commit 4a268c2

Browse files
committed
Implement GoblintCil module manually
1 parent 79531c2 commit 4a268c2

File tree

19 files changed

+45
-19
lines changed

19 files changed

+45
-19
lines changed

src/ext/dataslicing/dataslicing.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
3535
*)
3636
open GoblintCil
37-
open Cil
3837
open Feature
3938
module E = Errormsg
4039

src/ext/liveness/liveness.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
77
*)
88
open GoblintCil
9-
open Cil
109
open Feature
1110
open Pretty
1211

src/ext/liveness/usedef.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
open GoblintCil
2-
open Cil
32

43
module E = Errormsg
54

src/ext/makecfg/makeCFG.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
(* See copyright notice at the end of the file *)
22
open GoblintCil
3-
open Cil
43
open Feature
54

65
(*****************************************************************************

src/ext/pta/olf.ml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ exception ReachedTop (* raised if top (from an undefined function)
4747
flows to a c_absloc during the flow step *)
4848
exception UnknownLocation
4949

50-
open Cil
51-
5250
module U = Uref
5351
module S = Setp
5452
module H = Hashtbl

src/ext/pta/ptranal.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ open GoblintCil
3636
exception Bad_return
3737

3838

39-
open Cil
4039
open Feature
4140

4241
module H = Hashtbl

src/ext/syntacticsearch/funcDatatype.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
open GoblintCil
2-
open Cil
32

43
(* Finds definition of a user-defined type *)
54
let find_def name file =

src/ext/syntacticsearch/funcFunction.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
open GoblintCil
2-
open Cil
32
open Cabs2cil
43

54
let is_equal_funname_funid varinfo name id =

src/ext/syntacticsearch/funcVar.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
open GoblintCil
2-
open Cil
32
open Cabs2cil
43

54
(* Helper functions *)

src/ext/syntacticsearch/queryMapping.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
open GoblintCil
2-
open Cil
32
open CodeQuery
43

54
(* Default output if the input-query is not supported *)

0 commit comments

Comments
 (0)