Files
llvm-project/llvm/lib/Support/DataExtractor.cpp
Pavel Labath 0a60c4ca22 [Support] Add signed operations to DataExtractor (#147261)
This is motivated by the [SFrame format](https://discourse.llvm.org/t/rfc-adding-sframe-support-to-llvm/86900),
which contains several signed fields.

Having explicit signed operations makes the parsing code read better and
avoids potential surprises if e.g. a "signed" uint8_t value is converted
ta greater width.
2025-07-08 08:47:04 +02:00

7.2 KiB