1 Star 1 Fork 1

hzjnet/openwrt-from-coccinelle

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
flag_cocci.ml 1015 Bytes
一键复制 编辑 原始数据 按行查看 历史
(*
* This file is part of Coccinelle, licensed under the terms of the GPL v2.
* See copyright.txt in the Coccinelle source code for more information.
* The Coccinelle source code can be obtained at http://coccinelle.lip6.fr
*)
(* the inputs *)
let show_c = ref false
let show_cocci = ref false
(* the output *)
let show_diff = ref true
let force_diff = ref false (*show diff even if there are only space changes*)
(* the derived inputs *)
let show_flow = ref false
let show_before_fixed_flow = ref false
let show_ctl_tex = ref false
let show_ctl_text = ref false
let inline_let_ctl = ref false
let show_mcodekind_in_ctl = ref false
(* the "underived" outputs *)
let show_binding_in_out = ref false
let show_dependencies = ref false
let inplace_modif = ref false
let verbose_cocci = ref true
let windows = ref false
let popl = ref false
let timeout = ref (None : int option)
let selected_only = ref false (* just print files that would be treated *)
let use_saved_typedefs = ref true (* hack! *)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hzjnet/coccinelle-openwrt.git
[email protected]:hzjnet/coccinelle-openwrt.git
hzjnet
coccinelle-openwrt
openwrt-from-coccinelle
master

搜索帮助