[all-commits] [llvm/llvm-project] 681503: [clangd][NFC] Remove unnecessary string captures i...

Nathan James via All-commits all-commits at lists.llvm.org
Fri Apr 30 05:27:53 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6815037085945be8bb758c23b1a5daabe0a8667d
      https://github.com/llvm/llvm-project/commit/6815037085945be8bb758c23b1a5daabe0a8667d
  Author: Nathan James <n.james93 at hotmail.co.uk>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M clang-tools-extra/clangd/ClangdLSPServer.cpp
    M clang-tools-extra/clangd/ClangdServer.cpp

  Log Message:
  -----------
  [clangd][NFC] Remove unnecessary string captures in lambdas.

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

Reviewed By: kadircet

Differential Revision: https://reviews.llvm.org/D101611




More information about the All-commits mailing list