Skip to content

Commit

Permalink
Document CompareAST.global_type usage
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Mar 8, 2022
1 parent 4618e88 commit a18289a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/incremental/compareAST.ml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
open Cil

type global_type = Fun | Decl | Var | Other
(* global_type and global_t are implicitly used by GlobalMap to keep GVarDecl apart from GVar and GFun, so do not remove! *)
type global_type = Fun | Decl | Var

and global_identifier = {name: string ; global_t: global_type} [@@deriving ord]

Expand Down

0 comments on commit a18289a

Please sign in to comment.