[PATCH] D71594: testing clang-tidy

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 18 06:57:07 PST 2019


Eugene.Zelenko added a comment.

In D71594#1789275 <https://reviews.llvm.org/D71594#1789275>, @goncharov wrote:

> In D71594#1788194 <https://reviews.llvm.org/D71594#1788194>, @Eugene.Zelenko wrote:
>
> > Where set of Clang-tidy checks come from? .clang-tidy? Could stricter set of custom rules be used?
>
>
> Yes, clang-tidy uses the .clang-tidy. Do you want to enable additional rules for a subproject?


It really depends on state of each project. There are a lot of legacy issues, but it makes sense to treat new code with more demands, for example with respect to modernize checks.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71594





More information about the cfe-commits mailing list