Simplify away some SmallVector copies. NFCI.
The lifetime of the initializer list is the full expression, so we can skip storing it in a temporary vector.
parent
4761321d
Please register or sign in to comment
The lifetime of the initializer list is the full expression, so we can skip storing it in a temporary vector.