OSDN Git Service

[clangd][NFC] Remove unnecessary copy in CodeComplete
authorNathan James <n.james93@hotmail.co.uk>
Sat, 9 Jan 2021 02:32:23 +0000 (02:32 +0000)
committerNathan James <n.james93@hotmail.co.uk>
Sat, 9 Jan 2021 02:32:23 +0000 (02:32 +0000)
commit467cbd2981840745a84dda07855c4e41501f6903
treeb4defd46be753f736e666030da5499726439fe19
parent7d78875f93a95815640606fa86a9972386cc5d10
[clangd][NFC] Remove unnecessary copy in CodeComplete

All tests still pass with ASAN so fairly confident no use-after-free going on here.
clang-tools-extra/clangd/CodeComplete.cpp