Skip to content

Commit d46b756

Browse files
cdacamarGabrielDosReis
authored andcommitted
add missing Msvc* entries in source literal table (#50)
* add missing Msvc* entries in source literal table * Update words.tex Co-authored-by: Gabriel Dos Reis <GabrielDosReis@users.noreply.github.com>
1 parent ee7d13c commit d46b756

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

ltx/words.tex

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,9 @@ \subsubsection{\valueTag{WordSort::Literal}}
402402
\enumerator{MsvcFunctionNameMacro}
403403
\enumerator{MsvcStringPrefixMacro}
404404
\enumerator{MsvcBinding}
405+
\enumerator{MsvcResolvedType}
406+
\enumerator{MsvcDefinedConstant}
407+
\enumerator{MsvcCastTargetType}
405408
\end{Enumeration}
406409

407410
\paragraph{\valueTag{SourceLiteral::Unknown}}
@@ -464,6 +467,27 @@ \subsubsection{\valueTag{WordSort::Literal}}
464467
and references (\secref{sec:ifc:ExprSort:NamedDecl}) the declarations bound
465468
to that identifier.
466469

470+
\paragraph{\valueTag{SourceLiteral::MsvcResolvedType}}
471+
\label{sec:ifc:SourceLiteral:MsvcResolvedType}
472+
473+
A literal word denoting a fully resolved type at the C++ source-level. The
474+
\field{index} field is of type \type{TypeIndex}.
475+
476+
\paragraph{\valueTag{SourceLiteral::MsvcDefinedConstant}}
477+
\label{sec:ifc:SourceLiteral:MsvcDefinedConstant}
478+
479+
A literal word denoting a user-defined constant literal at the C++ source-level.
480+
The \field{index} field is of type \type{ExprIndex} and refers to a
481+
(\secref{sec:ifc:ExprSort:Tuple}) of two elements containing the literal constant
482+
value as the first element and the literal suffix identifier as the second.
483+
484+
\paragraph{\valueTag{SourceLiteral::MsvcCastTargetType}}
485+
\label{sec:ifc:SourceLiteral:MsvcCastTargetType}
486+
487+
A literal word denoting a fully resolved type as the target type of a functional
488+
cast expression at the C++ source-level. The \field{index} field is of type
489+
\type{TypeIndex}.
490+
467491
\subsubsection{\valueTag{WordSort::Operator}}
468492
\label{sec:ifc:WordSort:Operator}
469493

0 commit comments

Comments
 (0)