earnol wrote: For C the macro constants from limits.h can be used: `UCHAR_MAX` instead of `std::numeric_limits<uint8_t>::max()`. Please refer to https://en.cppreference.com/w/c/header/limits. Please also check compatibility requirement because list of available constants depends on the selected standard.
https://github.com/llvm/llvm-project/pull/127430 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits