[PATCH] D72566: [clang-tidy] Clang tidy is now alias aware

Martin G via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 23 11:44:59 PDT 2021


MartinG added a comment.

In D72566#1815917 <https://reviews.llvm.org/D72566#1815917>, @aaron.ballman wrote:

> I'm not certain I agree. Many of the aliases have different sets of default checking options from the primary check.

And that's precisely the problem. Aliases should be just that: aliases. If two checks check for the same thing but have different options, they should be merged into one.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72566



More information about the cfe-commits mailing list