[PATCH] D113902: [NFC][clangd] exclude test data from clang-tidy

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 15 08:10:02 PST 2021


sammccall added a comment.

Hmm, clang-tidy should only be running on entries in compile_commands.json. are these files listed somehow?

(I don't like the idea that every test inputs dir may need to contain a scattering of files to disable tools. At most we should be able to do this under test/)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113902



More information about the cfe-commits mailing list