[PATCH] D83157: [clangd] Extract BackgroundIndex::Options struct. NFC

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jul 4 03:13:07 PDT 2020


sammccall created this revision.
sammccall added a reviewer: kadircet.
Herald added subscribers: cfe-commits, usaxena95, arphaman, jkorous, MaskRay, ilya-biryukov.
Herald added a project: clang.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D83157

Files:
  clang-tools-extra/clangd/ClangdServer.cpp
  clang-tools-extra/clangd/index/Background.cpp
  clang-tools-extra/clangd/index/Background.h
  clang-tools-extra/clangd/unittests/BackgroundIndexTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83157.275490.patch
Type: text/x-patch
Size: 13330 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200704/debb19d9/attachment.bin>


More information about the cfe-commits mailing list