[llvm-commits] [llvm] r171941 - /llvm/trunk/docs/TableGen/LangRef.rst

Sean Silva silvas at purdue.edu
Tue Jan 8 18:20:30 PST 2013


Author: silvas
Date: Tue Jan  8 20:20:30 2013
New Revision: 171941

URL: http://llvm.org/viewvc/llvm-project?rev=171941&view=rev
Log:
TableGen/LangRef: discuss specific C-like escapes

Suggested by Joel Jones.

Modified:
    llvm/trunk/docs/TableGen/LangRef.rst

Modified: llvm/trunk/docs/TableGen/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/TableGen/LangRef.rst?rev=171941&r1=171940&r2=171941&view=diff
==============================================================================
--- llvm/trunk/docs/TableGen/LangRef.rst (original)
+++ llvm/trunk/docs/TableGen/LangRef.rst Tue Jan  8 20:20:30 2013
@@ -74,6 +74,11 @@
    TokString: '"' <non-'"' characters and C-like escapes> '"'
    TokCodeFragment: "[{" <shortest text not containing "}]"> "}]"
 
+.. note::
+   The current implementation accepts the following C-like escapes::
+
+      \\ \' \" \t \n
+
 TableGen also has the following keywords::
 
    bit   bits      class   code         dag





More information about the llvm-commits mailing list