Due to a somewhat annoying, but necessary, shortfall in -Wunused-lambda-capture, These unused captures aren't warned about.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D101611
[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 TimelineHerald added subscribers: usaxena95, kadircet, arphaman. · View Herald TranscriptApr 30 2021, 2:49 AM This revision is now accepted and ready to land.Apr 30 2021, 3:12 AM Closed by commit rG681503708594: [clangd][NFC] Remove unnecessary string captures in lambdas. (authored by njames93). · Explain WhyApr 30 2021, 5:27 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 341821 clang-tools-extra/clangd/ClangdLSPServer.cpp
clang-tools-extra/clangd/ClangdServer.cpp
|