X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/b7fcf94152e4c1938fbca55d13b1e6a64b694bd6..db56b1d3c3d4bc9ffb6500b1f40c27c77d868aa4:/doc/clang.tex diff --git a/doc/clang.tex b/doc/clang.tex index 5a22984..ce34265 100644 --- a/doc/clang.tex +++ b/doc/clang.tex @@ -465,6 +465,15 @@ complicated objects. @. \end{describe} +\begin{describe}{cls}{alignas-storage-specifier () \&key :alignment} + The class of @|_Alignas| storage specifiers; an instance denotes the + specifier @|_Alignas(@)|. The @ parameter may be any + printable object, but is usually a string or C fragment. + + The storage specifier form @|(alignas @)| returns a storage + specifier @|_Alignas(@)|, where @ is evaluated. +\end{describe} + \subsection{Leaf types} \label{sec:clang.c-types.leaf}