Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion abi.html
Original file line number Diff line number Diff line change
Expand Up @@ -6164,7 +6164,9 @@ <h4><a href="#mangling-compression">5.1.10 Compression</a></h4>
There are two exceptions that appear to be substitution
candidates from the grammar, but are explicitly excluded:
<ul>
<li> &lt;<a href="#mangle.builtin-type">builtin-type</a>&gt; other than vendor extended types, and
<li> &lt;<a href="#mangle.builtin-type">builtin-type</a>&gt; other than ISO/IEC
TS 18661 binary floating point _FloatN types, C23 _BitInt types, and vendor
extended types, and
<li> function and operator names other than extern "C" functions.
</ul>

Expand Down