Skip to content

Commit 7a3130c

Browse files
committed
One more doc update
1 parent 8d727af commit 7a3130c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

clang/docs/HLSL/FunctionCalls.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,9 @@ magic that needs to occur during IR generation.
166166
Array Temporaries
167167
-----------------
168168

169-
The new ``ArrayParameterType`` is a non-array type which represents an array
170-
value. It is a sub-class of ``ConstantArrayType`` inheriting all the behaviors
171-
and methods of the parent except that it does not decay to a pointer during
172-
overload resolution or template type deduction.
169+
The new ``ArrayParameterType`` is a sub-class of ``ConstantArrayType``
170+
inheriting all the behaviors and methods of the parent except that it does not
171+
decay to a pointer during overload resolution or template type deduction.
173172

174173
An argument of ``ConstantArrayType`` can be implicitly converted to an
175174
equivalent non-decayed ``ArrayParameterType`` if the underlying canonical

0 commit comments

Comments
 (0)