[PATCH] D142816: [clang-tidy] Add --list-unique-checks command

Carlos Galvez via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 30 02:22:47 PST 2023


carlosgalvezp added a comment.

This is not as trivial as one might think. Check aliases aren't necessarily identical, as they can differ based on configuration settings, becoming essentially different checks. I have a WIP patch <https://reviews.llvm.org/D114317> to allow users to avoid running exact aliases (identical config). I think if we are going to add this kind of functionality it would be good to support that instead of only "listing" the checks - this still puts work on the user to remove the redundant checks. Might be worth starting an RFC discussion in Discourse to align before putting up patches (many similar patches have been put up already and failed due to lack of previous study/alignment).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142816



More information about the cfe-commits mailing list