rizin/librz/cons
Dean 59b38e6efa
Add /*<type>*/ comments everywhere (#2986)
Adds /*<type>*/ comments and a linter check from rz-bindgen to enforce
their existence and consistency

Also includes the following fixes made when adding the annotations:
* removed unused intern_table arguments in pyc_dis.c, pyc_dis.h, asm_pyc.c
* removed unused classes argument from place_nodes in agraph.c
* removed unused recurse and recurse_bb functions in canalysis.c
* removed unused vars field from RzPrint struct
* removed unused RzAnalysisType* structs from rz_analysis.h
* removed unused list field from RzEgg struct
* fixed bug in bp_plugin.c where duplication-checking logic iterates over the wrong list
* removed unused q_regs field from RzDebug struct
* removed unused backtrace field from RzDebugPlugin struct
* removed unused classes_list field from RzBinNXOObj struct
* removed unused methods_list and classes_list fields from RzBinZimgObj struct
2022-09-11 13:04:53 +08:00
..
d Tokenize and colorize asm strings (#2417) 2022-07-27 08:52:01 -04:00
canvas.c Various memory leaks (#1902) 2021-10-29 17:18:16 +08:00
canvas_line.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
cons.c Fix gcc12 rz_cons_visual_write -Wstringop-overread warnings 2022-09-03 22:47:49 +08:00
cpipe.c Changes in how paths are handled (#1997) 2021-11-30 13:36:38 +08:00
cutf8.c Remove windows.h include from rz_types.h (#2410) 2022-03-16 13:54:41 +01:00
dietline.c Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08:00
grep.c Fix leaks (#2886) 2022-08-07 19:37:51 +00:00
html.c Fix reset followed by color change in rz_cons_html_filter (#2912) 2022-08-13 09:43:18 +02:00
hud.c Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08:00
input.c Windows: Remove rz_line_readchar_win() 2022-08-18 20:11:47 +08:00
less.c Remove editor from RzCons (#1771) 2021-10-01 16:34:30 +08:00
line.c Rewrite ar and dr with newshell (#2006) 2021-12-06 19:02:43 +01:00
meson.build visual: extract classes from vmenus.c to classes.c 2022-09-01 07:47:19 +08:00
output.c Remove windows.h include from rz_types.h (#2410) 2022-03-16 13:54:41 +01:00
pager.c Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08:00
pager_private.h Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08:00
pal.c Tokenize and colorize asm strings (#2417) 2022-07-27 08:52:01 -04:00
prompt.c visual: extract classes from vmenus.c to classes.c 2022-09-01 07:47:19 +08:00
rgb.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00