[PATCH] D65320: [clangd] Fix background index not triggering on windows due to case mismatch.

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 26 05:54:18 PDT 2019


sammccall updated this revision to Diff 211921.
sammccall added a comment.

Fix bug where CDB wasn't being marked as broadcast due to case differences.
Having getCDBLocked() return CachedCDB seems much cleaner to me.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65320/new/

https://reviews.llvm.org/D65320

Files:
  clang-tools-extra/clangd/GlobalCompilationDatabase.cpp
  clang-tools-extra/clangd/GlobalCompilationDatabase.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65320.211921.patch
Type: text/x-patch
Size: 6608 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190726/146aa726/attachment.bin>


More information about the cfe-commits mailing list