rizin/librz/include/rz_il/definitions
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
..
bool.h Fix annotation inconsistencies 2022-08-03 00:29:56 -04:00
definitions.h [RzIL] Rework Variable Handling (#2174) 2022-01-05 11:16:47 +00:00
label.h Fix annotation inconsistencies 2022-08-03 00:29:56 -04:00
mem.h [RzIL] Various Renaming and Restructuring 2021-12-30 18:53:41 +01:00
sort.h Fix windows build on cutter dev (#2226) 2022-01-20 19:18:09 +01:00
value.h [RzIL] Add rz_il_value_eq() 2022-01-22 18:40:10 +01:00
variable.h Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08:00