This change modernizes FuzzedDataProvider.h now that C++17+ is standard in LLVM. Replace the runtime if with if constexpr in ConvertUnsignedToSigned Make the unsigned/signed comparison explicit by casting TS::max() to TU
This change modernizes FuzzedDataProvider.h now that C++17+ is standard in LLVM. Replace the runtime if with if constexpr in ConvertUnsignedToSigned Make the unsigned/signed comparison explicit by casting TS::max() to TU