From ddc95302d9cb07fd6bdab642179468f30e66010b Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Thu, 26 Feb 2026 08:30:31 +0100 Subject: [PATCH] [lex.key] Emphasize that keywords are created in phase 6 This was overlooked in CWG3094, applied with commit 94055b39a90285d8ae15f8f864a39a328f42a359. --- source/lex.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lex.tex b/source/lex.tex index 80f2e8c1e6..e88e50a0d6 100644 --- a/source/lex.tex +++ b/source/lex.tex @@ -1021,7 +1021,7 @@ \indextext{keyword|(}% The identifiers shown in \tref{lex.key} are reserved for use as keywords (that is, they are unconditionally treated as keywords in -phase 7) except in an \grammarterm{attribute-token}\iref{dcl.attr.grammar}. +phases 6 and 7) except in an \grammarterm{attribute-token}\iref{dcl.attr.grammar}. \begin{note} The \keyword{register} keyword is unused but is reserved for future use.