[PATCH] D34654: Allow passing a regex for headers to exclude from clang-tidy

2021-02-12 Thread Martin G via Phabricator via cfe-commits
MartinG added a comment.

More than 3.5 years later and this extremely basic feature hasn't been merged 
yet? Clang-tidy's interface is completely broken.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D34654

___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


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

2021-03-23 Thread Martin G via Phabricator via cfe-commits
MartinG added a comment.

In 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

___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits