[PATCH] D96690: [clangd] Treat paths case-insensitively depending on the platform

Kadir Cetinkaya via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 16 06:56:26 PST 2021


kadircet updated this revision to Diff 323997.
kadircet marked an inline comment as done.
kadircet added a comment.

- s/pathIsAncestor/pathStartsWith
- Fix tests


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96690

Files:
  clang-tools-extra/clangd/ConfigCompile.cpp
  clang-tools-extra/clangd/support/Path.cpp
  clang-tools-extra/clangd/support/Path.h
  clang-tools-extra/clangd/unittests/CMakeLists.txt
  clang-tools-extra/clangd/unittests/ConfigCompileTests.cpp
  clang-tools-extra/clangd/unittests/RenameTests.cpp
  clang-tools-extra/clangd/unittests/support/PathTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96690.323997.patch
Type: text/x-patch
Size: 9556 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210216/71b3ff56/attachment.bin>


More information about the cfe-commits mailing list