[PATCH] D128355: [clangd][NFC] Unify ancestor logic for config and tidy provider.

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 22 09:35:55 PDT 2022


njames93 created this revision.
njames93 added reviewers: sammccall, kadircet.
Herald added subscribers: usaxena95, arphaman.
Herald added a project: All.
njames93 requested review of this revision.
Herald added subscribers: cfe-commits, MaskRay, ilya-biryukov.
Herald added a project: clang-tools-extra.

Removed duplicated code for building list of ancestors when finding .config and .clang-tidy files in ancestor directories.

Supercedes D96286 <https://reviews.llvm.org/D96286>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D128355

Files:
  clang-tools-extra/clangd/ConfigProvider.cpp
  clang-tools-extra/clangd/TidyProvider.cpp
  clang-tools-extra/clangd/support/AncestorFileCache.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128355.439061.patch
Type: text/x-patch
Size: 10269 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220622/bf2d85ca/attachment-0001.bin>


More information about the cfe-commits mailing list