Lucas Azevedo
Lucas Azevedo
@Rot127 clang-tidy 18 also warns about uninitialized va_args. Perhaps it is a bug in clang-tidy? ``` /home/lhsazevedo/code/tweaking/capstone/arch/AArch64/AArch64Mapping.c:2162:14: warning: va_arg() is called on an uninitialized va_list [clang-analyzer-valist.Uninitialized] 2162 | int Tile...
@Rot127, I haven't had time to check the SH disassembler yet as the warnings are from a different part of the code. I'll get on it as soon as I...
@Rot127 Done! Sorry for the delay. There were just two warnings, and one turned out to be a false positive. --- P.S.: I noticed SH isn't listed in the `auto-sync`...
Of course, sure