================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to