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

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


Author: silvas
Date: Tue Jan  8 20:20:31 2013
New Revision: 171942

URL: http://llvm.org/viewvc/llvm-project?rev=171942&view=rev
Log:
TableGen/LangRef: link bang operators into the productionlist

Now BangOperator should be nicely hyperlinked.

Pointed out 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=171942&r1=171941&r2=171942&view=diff
==============================================================================
--- llvm/trunk/docs/TableGen/LangRef.rst (original)
+++ llvm/trunk/docs/TableGen/LangRef.rst Tue Jan  8 20:20:31 2013
@@ -86,11 +86,13 @@
    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
 ======





More information about the llvm-commits mailing list