File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -274,6 +274,13 @@ C Language Changes
274274C2y Feature Support
275275^^^^^^^^^^^^^^^^^^^
276276
277+ - Updated conformance for `N3298 <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3298.htm >`_
278+ which adds the ``i `` and ``j `` suffixes for the creation of a ``_Complex ``
279+ constant value. Clang has always supported these suffixes as a GNU extension,
280+ so ``-Wgnu-imaginary-constant `` no longer has effect in C modes, as this is
281+ not a C2y extension in C. ``-Wgnu-imaginary-constant `` still applies in C++
282+ modes.
283+
277284- Clang updated conformance for `N3370 <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3370.htm >`_
278285 case range expressions. This feature was previously supported by Clang as a
279286 GNU extension, so ``-Wgnu-case-range `` no longer has effect in C modes, as
You can’t perform that action at this time.
0 commit comments