We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 181b4e9 commit 6360600Copy full SHA for 6360600
1 file changed
src/cil.mli
@@ -2397,6 +2397,9 @@ val d_binop: unit -> binop -> Pretty.doc
2397
(** Pretty-print a unary operator *)
2398
val d_unop: unit -> unop -> Pretty.doc
2399
2400
+(** Pretty-print a cast kind *)
2401
+val d_castkind: unit -> castkind -> Pretty.doc
2402
+
2403
(** Pretty-print an attribute using {!defaultCilPrinter} *)
2404
val d_attr: unit -> attribute -> Pretty.doc
2405
0 commit comments