================
@@ -37,6 +37,7 @@ enum Month : int {
};
struct TimeConstants {
+ static constexpr int MAXIMUM_32_BIT_VALUE = 2147483647;
----------------
zimirza wrote:
I have removed the constant and used this function.
https://github.com/llvm/llvm-project/pull/107285