We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf9092 commit 439de72Copy full SHA for 439de72
llvm/docs/TableGen/ProgRef.rst
@@ -367,7 +367,16 @@ Simple values
367
The :token:`SimpleValue` has a number of forms.
368
369
.. productionlist::
370
- SimpleValue: `TokInteger` | `TokString`+ | `TokCode`
+ SimpleValue: `SimpleValue1`
371
+ :| `SimpleValue2`
372
+ :| `SimpleValue3`
373
+ :| `SimpleValue4`
374
+ :| `SimpleValue5`
375
+ :| `SimpleValue6`
376
+ :| `SimpleValue7`
377
+ :| `SimpleValue8`
378
+ :| `SimpleValue9`
379
+ SimpleValue1: `TokInteger` | `TokString`+ | `TokCode`
380
381
A value can be an integer literal, a string literal, or a code literal.
382
Multiple adjacent string literals are concatenated as in C/C++; the simple
0 commit comments