[PATCH] D80753: [clang-tidy] remove duplicate fixes of alias checkers
Daniel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat May 30 22:18:06 PDT 2020
Daniel599 added inline comments.
================
Comment at: clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.h:250
void removeIncompatibleErrors();
+ void removeDuplicatedFixesOfAliasCheckers();
----------------
maybe I need to rename this method since now it's removing the errors also, I`ll do it when I get back from work.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80753/new/
https://reviews.llvm.org/D80753
More information about the llvm-commits
mailing list