mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 20:59:51 +00:00
TableGen/LangRef: discuss specific C-like escapes
Suggested by Joel Jones. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171941 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d155ffc03f
commit
104f2b5e91
@ -74,6 +74,11 @@ TableGen also has two string-like literals:
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user