File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -166,10 +166,9 @@ magic that needs to occur during IR generation.
166
166
Array Temporaries
167
167
-----------------
168
168
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.
173
172
174
173
An argument of ``ConstantArrayType `` can be implicitly converted to an
175
174
equivalent non-decayed ``ArrayParameterType `` if the underlying canonical
You can’t perform that action at this time.
0 commit comments