Skip to content

Commit

Permalink
TriadicOperator::MsvcConfusedPushState (#55)
Browse files Browse the repository at this point in the history
Add missing documentation.
  • Loading branch information
GabrielDosReis authored and gdr-at-ms committed May 25, 2022
1 parent 07ee86e commit 65a09b1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions ltx/exprs.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2508,6 +2508,9 @@ \subsection{Triadic operators}

\setcounter{enumi}{1023}
\enumerator{Msvc}
\setcounter{enumi}{4063}
\enumerator{MsvcConfusion}
\enumerator{MsvcConfusedPushState}
\end{Enumeration}

\ifcSortSection{Unknown}{TriadicOperator}
Expand All @@ -2532,6 +2535,20 @@ \subsection{Triadic operators}
This is a marker, not an actual operator. Triadic operators with
value greater that this are MSVC extensions.

\ifcSortSection{MsvcConfusion}{TriadicOperator}
This operator is no longer emitted in this version and up of the IFC.

\ifcSortSection{MsvcConfusedPushState}{TriadicOperator}
This is an MSVC-specific operator to represent a low-level cleanup action related to exception handling.
The three operands to this operator have the following meanings:
\begin{enumerate}
\item the first operand designates a constructor call
\item the second operand designates a destructor call
\item the third operand designates an integer constant expression that is
a $64$-bit integer bitmask describing various semantic aspects of the cleanup action.
\end{enumerate}

\note{This operator is scheduled for removal in future releases of the IFC.}

\subsection{Storage operators}
\label{sec:ifc:OperatorSort:Storage}
Expand Down

0 comments on commit 65a09b1

Please sign in to comment.