[clang] [clang] Extend clang's <limits.h> to define *LONG_LONG*_ macros for bionic (PR #115406)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 13 11:06:38 PST 2024
================
@@ -319,6 +319,7 @@ C23 Feature Support
- Clang now supports `N3029 <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3029.htm>`_ Improved Normal Enumerations.
- Clang now officially supports `N3030 <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3030.htm>`_ Enhancements to Enumerations. Clang already supported it as an extension, so there were no changes to compiler behavior.
+- Extend clang's <limits.h> to define *LONG_LONG*_ macros for Android's bionic.
----------------
AaronBallman wrote:
```suggestion
- Extend Clang's ``<limits.h>`` to define ``LONG_LONG_*`` macros for Android's bionic.
```
Also, this should be moved up under the `C Language Changes` heading (it's currently listed under `C23 Feature Support`).
https://github.com/llvm/llvm-project/pull/115406
More information about the cfe-commits
mailing list