[PATCH] D38171: [clang-tidy] Implement clang-tidy check aliases
Alexander Kornienko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 14 06:43:04 PDT 2018
alexfh added a comment.
In https://reviews.llvm.org/D38171#1036893, @alexfh wrote:
> I'm totally fine taking full control of clang-diagnostic- "checks", i.e. automatically adding corresponding -W flags and removing all other -W flags (or prepending -Wno-everything).
>
> However, could we split the aliases stuff to a separate patch?
The other way round. It will be better to split the clang-diagnostic part to a separate patch, since this patch focuses on the aliases.
https://reviews.llvm.org/D38171
More information about the cfe-commits
mailing list