This is an archive of the discontinued LLVM Phabricator instance.

[clangd][NFC] Remove unnecessary string captures in lambdas.
ClosedPublic

Authored by njames93 on Apr 30 2021, 2:49 AM.

Details

Summary

Due to a somewhat annoying, but necessary, shortfall in -Wunused-lambda-capture, These unused captures aren't warned about.

Diff Detail

Event Timeline

njames93 created this revision.Apr 30 2021, 2:49 AM
njames93 requested review of this revision.Apr 30 2021, 2:49 AM
kadircet accepted this revision.Apr 30 2021, 3:12 AM

thanks!

This revision is now accepted and ready to land.Apr 30 2021, 3:12 AM