mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-26 05:25:47 +00:00
TableGen/LangRef: link bang operators into the productionlist
Now BangOperator should be nicely hyperlinked. Pointed out by Joel Jones. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171942 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -86,11 +86,13 @@ TableGen also has the following keywords::
|
|||||||
int let list multiclass string
|
int let list multiclass string
|
||||||
|
|
||||||
TableGen also has "bang operators" which have a
|
TableGen also has "bang operators" which have a
|
||||||
wide variety of meanings::
|
wide variety of meanings:
|
||||||
|
|
||||||
!eq !if !head !tail !con
|
.. productionlist::
|
||||||
!shl !sra !srl
|
BangOperator: one of
|
||||||
!cast !empty !subst !foreach !strconcat
|
:!eq !if !head !tail !con
|
||||||
|
:!shl !sra !srl
|
||||||
|
:!cast !empty !subst !foreach !strconcat
|
||||||
|
|
||||||
Syntax
|
Syntax
|
||||||
======
|
======
|
||||||
|
Reference in New Issue
Block a user