[all-commits] [llvm/llvm-project] c4fa97: [clangd] Remove unused private field 'Opts' in Upd...

Jie Fu via All-commits all-commits at lists.llvm.org
Wed Jul 19 00:29:37 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c4fa97fca7e92c736fcb09779c84b42c25ffae70
      https://github.com/llvm/llvm-project/commit/c4fa97fca7e92c736fcb09779c84b42c25ffae70
  Author: Jie Fu <jiefu at tencent.com>
  Date:   2023-07-19 (Wed, 19 Jul 2023)

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

  Log Message:
  -----------
  [clangd] Remove unused private field 'Opts' in UpdateIndexCallbacks (NFC)

/Users/jiefu/llvm-project/clang-tools-extra/clangd/ClangdServer.cpp:167:32: error: private field 'Opts' is not used [-Werror,-Wunused-private-field]
  const ClangdServer::Options &Opts;
                               ^
1 error generated.




More information about the All-commits mailing list