Skip to content

Commit

Permalink
add missing Msvc* entries in source literal table (#50)
Browse files Browse the repository at this point in the history
* add missing Msvc* entries in source literal table

* Update words.tex

Co-authored-by: Gabriel Dos Reis <GabrielDosReis@users.noreply.github.com>
  • Loading branch information
2 people authored and gdr-at-ms committed Feb 28, 2022
1 parent ee7d13c commit d46b756
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions ltx/words.tex
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,9 @@ \subsubsection{\valueTag{WordSort::Literal}}
\enumerator{MsvcFunctionNameMacro}
\enumerator{MsvcStringPrefixMacro}
\enumerator{MsvcBinding}
\enumerator{MsvcResolvedType}
\enumerator{MsvcDefinedConstant}
\enumerator{MsvcCastTargetType}
\end{Enumeration}

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

\paragraph{\valueTag{SourceLiteral::MsvcResolvedType}}
\label{sec:ifc:SourceLiteral:MsvcResolvedType}

A literal word denoting a fully resolved type at the C++ source-level. The
\field{index} field is of type \type{TypeIndex}.

\paragraph{\valueTag{SourceLiteral::MsvcDefinedConstant}}
\label{sec:ifc:SourceLiteral:MsvcDefinedConstant}

A literal word denoting a user-defined constant literal at the C++ source-level.
The \field{index} field is of type \type{ExprIndex} and refers to a
(\secref{sec:ifc:ExprSort:Tuple}) of two elements containing the literal constant
value as the first element and the literal suffix identifier as the second.

\paragraph{\valueTag{SourceLiteral::MsvcCastTargetType}}
\label{sec:ifc:SourceLiteral:MsvcCastTargetType}

A literal word denoting a fully resolved type as the target type of a functional
cast expression at the C++ source-level. The \field{index} field is of type
\type{TypeIndex}.

\subsubsection{\valueTag{WordSort::Operator}}
\label{sec:ifc:WordSort:Operator}

Expand Down

0 comments on commit d46b756

Please sign in to comment.