mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
83ab07d7fb
This commit adds a new pass, PrettyIntFormatting, that injects calls to decorator functions print_hex, print_char, and print_bool around llvm::ConstantInt in various situations. It also updates the rest of passes of the decompilation pipelin to understand these new decorator functions and to properly emit decorated integer literals in the decompiled C code.