[clang] Update stdckdint.h and make it available in pre-C23 modes. (PR #69649)

Jessica Clarke via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 19 15:55:23 PDT 2023


================
@@ -177,7 +177,7 @@ C23 Feature Support
 - Clang now supports ``N3007 Type inference for object definitions``.
 
 - Clang now supports ``<stdckdint.h>`` which defines several macros for performing
-  checked integer arithmetic.
+  checked integer arithmetic. And it is also exposed in pre-C23 modes.
----------------
jrtc27 wrote:

Don't start a sentence with And

https://github.com/llvm/llvm-project/pull/69649


More information about the cfe-commits mailing list