diff --git a/docs/TableGen/LangRef.rst b/docs/TableGen/LangRef.rst index bd28a9031d7..e3db3aa6271 100644 --- a/docs/TableGen/LangRef.rst +++ b/docs/TableGen/LangRef.rst @@ -74,6 +74,9 @@ TableGen also has two string-like literals: TokString: '"' '"' TokCodeFragment: "[{" "}]" +:token:`TokCodeFragment` is essentially a multiline string literal +delimited by ``[{`` and ``}]``. + .. note:: The current implementation accepts the following C-like escapes::