[clang] [clang] Add __nullptr as a keyword to C (PR #123119)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 21 07:28:42 PST 2025
================
@@ -325,6 +325,7 @@ C Language Changes
------------------
- Extend clang's ``<limits.h>`` to define ``LONG_LONG_*`` macros for Android's bionic.
+- Added support for the ``__nullptr`` keyword.
----------------
erichkeane wrote:
```suggestion
- Exposed the the ``__nullptr`` keyword as an alias for ``nullptr`` in all C language modes.
```
Perhaps??
https://github.com/llvm/llvm-project/pull/123119
More information about the cfe-commits
mailing list