[clang] [C99] Claim conformance for _Complex support (PR #88161)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 11 05:44:27 PDT 2024
================
@@ -373,6 +355,10 @@ <h2 id="c99">C99 implementation status</h2>
<td class="full" align="center">Yes</td>
</tr>
</table>
+<span id="complex">(2): Clang supports <code>_Complex</code> type specifiers but
+does not support <code>_Imaginary</code> type specifiers. Support for
+<code>_Imaginary</code> is optional in C99 which is why Clang is fully conforming.
----------------
AaronBallman wrote:
Done
https://github.com/llvm/llvm-project/pull/88161
More information about the cfe-commits
mailing list