[all-commits] [llvm/llvm-project] b36e22: [clangd] Extract BackgroundIndex::Options struct. NFC

Sam McCall via All-commits all-commits at lists.llvm.org
Thu Aug 13 09:13:17 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b36e22d64458fb87119eddc383229b6d0493967b
      https://github.com/llvm/llvm-project/commit/b36e22d64458fb87119eddc383229b6d0493967b
  Author: Sam McCall <sam.mccall at gmail.com>
  Date:   2020-08-13 (Thu, 13 Aug 2020)

  Changed paths:
    M clang-tools-extra/clangd/ClangdServer.cpp
    M clang-tools-extra/clangd/index/Background.cpp
    M clang-tools-extra/clangd/index/Background.h
    M clang-tools-extra/clangd/unittests/BackgroundIndexTests.cpp

  Log Message:
  -----------
  [clangd] Extract BackgroundIndex::Options struct. NFC

I've dropped the background context parameter, since we in practice just pass the
current context there, and we now have a different way to specify context too.
While here, clean up a couple of comments.

Reviewed By: kadircet

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




More information about the All-commits mailing list