================
@@ -1182,6 +1192,7 @@ static void InitializePredefinedMacros(const TargetInfo 
&TI,
   DefineType("__WCHAR_TYPE__", TI.getWCharType(), Builder);
   DefineType("__WINT_TYPE__", TI.getWIntType(), Builder);
   DefineTypeSizeAndWidth("__SIG_ATOMIC", TI.getSigAtomicType(), TI, Builder);
+  DefineTypeMin("__SIG_ATOMIC", TI.getSigAtomicType(), TI, Builder);
----------------
AaronBallman wrote:

And this 
https://github.com/llvm/llvm-project/blob/adfb3be9d098e4c12895957f9ac3fc9d892b45a9/clang/lib/Headers/stdint.h#L808

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