[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 01:02:23 PDT 2019
sammccall created this revision.
Herald added subscribers: cfe-commits, kadircet, arphaman, jkorous, MaskRay, ilya-biryukov.
Herald added a project: clang.
This isn't a general fix to all paths where we assume case-sensitivity, it's
a minimally-invasive fix targeting the llvm 9 branch.
Repository:
rG LLVM Github Monorepo
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.211887.patch
Type: text/x-patch
Size: 5140 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190726/462c00ce/attachment.bin>
More information about the cfe-commits
mailing list