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.
!range
1 parent 4cf1a19 commit c659e3aCopy full SHA for c659e3a
llvm/docs/TableGen/ProgRef.rst
@@ -1868,7 +1868,7 @@ and non-0 as true.
1868
result. A logical OR can be performed if all the arguments are either
1869
0 or 1.
1870
1871
-``!range([``\ *start*\ ``,]`` *end*\ ``[, ``\ *step*\ ``])``
+``!range([``\ *start*\ ``,]`` *end*\ ``[,``\ *step*\ ``])``
1872
This operator produces half-open range sequence ``[start : end : step)`` as
1873
``list<int>``. *start* is ``0`` and *step* is ``1`` by default. *step* can
1874
be negative and cannot be 0. If *start* ``<`` *end* and *step* is negative,
0 commit comments