Commit eb68b91
authored
[NFC][LLVM] Apply std::move to object being pushed back in findSymbolCommon (llvm#135290)
Static analysis found that we could move LineInfo into the Result vector
instead of just copying it.1 parent 6e7fe85 commit eb68b91
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | | - | |
| 260 | + | |
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
| |||
0 commit comments