Skip to content

Commit

Permalink
Remove attribute declaration
Browse files Browse the repository at this point in the history
We don't support standalone attribute declarations. We will probably
need to add some new delcarations here, but we can get to that when we
do.
  • Loading branch information
llvm-beanz committed May 1, 2024
1 parent 465d330 commit fc01210
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion specs/language/basic.tex
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
\item it is an \textit{alias-declaration} (\ref{Decl}),
\item it is a \textit{using-declaration} (\ref{Decl}),
\item it is a \textit{static\_assert-declaration} (\ref{Decl}),
\item it is an \textit{attribute-declaration} (\ref{Decl}),
\item it is an \textit{empty-declaration} (\ref{Decl}),
\item or a \textit{using-directive} (\ref{Decl}).
\end{itemize}
Expand Down

0 comments on commit fc01210

Please sign in to comment.