[PATCH] D114034: [clang-tidy] fix debug-only test failure

David Stenberg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 17 01:12:43 PST 2021


dstenb added a comment.

In D114034#3136057 <https://reviews.llvm.org/D114034#3136057>, @mattbeardsley wrote:

> @dstenb - wanted to check with you too to make sure that this change to pr37091.cpp seems like it won't interfere with the original intent of the test (https://reviews.llvm.org/D45686 )
>
> The lingering file issue you'd fixed seemed to be independent of any particular clang-tidy check, but if not, hopefully it can at least get away with not relying on the top-level .clang-tidy anymore!

Thanks for asking!

Yes, I think that the issue was seen independently of the checks used. We saw that issue originally with clang-tidy invocations with explicit -checks arguments (specifying clang-analyzer-* and some more checks). So, I guess that just specifying some check here should be fine.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114034



More information about the cfe-commits mailing list