================
@@ -1129,7 +1137,9 @@ static void InitializePredefinedMacros(const TargetInfo 
&TI,
   DefineTypeSize("__LONG_MAX__", TargetInfo::SignedLong, TI, Builder);
   DefineTypeSize("__LONG_LONG_MAX__", TargetInfo::SignedLongLong, TI, Builder);
   DefineTypeSizeAndWidth("__WCHAR", TI.getWCharType(), TI, Builder);
+  DefineTypeMin("__WCHAR", TI.getWCharType(), TI, Builder);
----------------
AaronBallman wrote:

We should also update 
https://github.com/llvm/llvm-project/blob/adfb3be9d098e4c12895957f9ac3fc9d892b45a9/clang/lib/Headers/stdint.h#L821

https://github.com/llvm/llvm-project/pull/208135
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to