[PATCH] D96204: [clangd] Fix clang tidy provider when multiple config files exist in directory tree

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Feb 6 07:48:51 PST 2021


njames93 added a comment.

I have made an extra test case that compares the output of our provider to the output of a `clang::tidy::FileOptionsProvider`, This would ensure coherent behaviour between our implementation and clang-tidy implementation.
However I'm not sure it should be included as any changes made on the clang tidy side may break that test as we shouldn't be enforcing clang-tidy maintainers to also ensure compliance with clangd.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96204



More information about the cfe-commits mailing list