Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion llvm/docs/TableGen/ProgRef.rst
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ TableGen has two kinds of string literals:

.. productionlist::
TokString: '"' (non-'"' characters and escapes) '"'
TokCode: "[{" (shortest text not containing "}]") "}]"
TokCode: "[{" (text not containing "}]") "}]"

A :token:`TokCode` is nothing more than a multi-line string literal
delimited by ``[{`` and ``}]``. It can break across lines and the
Expand Down