[PATCH] D92133: [clangd] Cache .clang-tidy files again.

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Feb 7 08:48:19 PST 2021


njames93 added a comment.

Unfortunately this broke the search order for clang-tidy files in root directories in favour or subdirectories. This wasn't caught as we didn't have tests for this. I've put a fix for this in D96204 <https://reviews.llvm.org/D96204> with appropriate tests.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92133



More information about the cfe-commits mailing list