mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 12:50:30 +00:00
TableGen/LangRef: discuss specific C-like escapes
Suggested by Joel Jones. llvm-svn: 171941
This commit is contained in:
parent
719c1e325e
commit
4d52e97d28
@ -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