We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb08c09 commit 514d5d6Copy full SHA for 514d5d6
clang/docs/ReleaseNotes.rst
@@ -388,10 +388,14 @@ C Language Changes
388
389
- Extend clang's ``<limits.h>`` to define ``LONG_LONG_*`` macros for Android's bionic.
390
<<<<<<< HEAD
391
+<<<<<<< HEAD
392
- Macro ``__STDC_NO_THREADS__`` is no longer necessary for MSVC 2022 1939 and later.
393
=======
394
- Added support for the ``__nullptr`` keyword.
395
>>>>>>> cfda1e8d3bf6 (Update ReleaseNotes.rst)
396
+=======
397
+- Exposed the the ``__nullptr`` keyword as an alias for ``nullptr`` in all C language modes.
398
+>>>>>>> 8d00a2c3e77a (Update clang/docs/ReleaseNotes.rst)
399
400
C2y Feature Support
401
^^^^^^^^^^^^^^^^^^^
0 commit comments