diff --git a/docs/TableGen/LangRef.rst b/docs/TableGen/LangRef.rst index 42819987349..506d2077a63 100644 --- a/docs/TableGen/LangRef.rst +++ b/docs/TableGen/LangRef.rst @@ -74,6 +74,11 @@ TableGen also has two string-like literals: TokString: '"' '"' TokCodeFragment: "[{" "}]" +.. note:: + The current implementation accepts the following C-like escapes:: + + \\ \' \" \t \n + TableGen also has the following keywords:: bit bits class code dag