mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
TableGen/LangRef: link bang operators into the productionlist
Now BangOperator should be nicely hyperlinked. Pointed out by Joel Jones. llvm-svn: 171942
This commit is contained in:
parent
4d52e97d28
commit
8c288065d5
@ -86,11 +86,13 @@ TableGen also has the following keywords::
|
||||
int let list multiclass string
|
||||
|
||||
TableGen also has "bang operators" which have a
|
||||
wide variety of meanings::
|
||||
wide variety of meanings:
|
||||
|
||||
!eq !if !head !tail !con
|
||||
!shl !sra !srl
|
||||
!cast !empty !subst !foreach !strconcat
|
||||
.. productionlist::
|
||||
BangOperator: one of
|
||||
:!eq !if !head !tail !con
|
||||
:!shl !sra !srl
|
||||
:!cast !empty !subst !foreach !strconcat
|
||||
|
||||
Syntax
|
||||
======
|
||||
|
Loading…
Reference in New Issue
Block a user