We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TokCode
1 parent 826bde5 commit a2cd846Copy full SHA for a2cd846
llvm/docs/TableGen/ProgRef.rst
@@ -174,7 +174,7 @@ TableGen has two kinds of string literals:
174
175
.. productionlist::
176
TokString: '"' (non-'"' characters and escapes) '"'
177
- TokCode: "[{" (shortest text not containing "}]") "}]"
+ TokCode: "[{" (text not containing "}]") "}]"
178
179
A :token:`TokCode` is nothing more than a multi-line string literal
180
delimited by ``[{`` and ``}]``. It can break across lines and the
0 commit comments