[PATCH] D80753: [clang-tidy] remove duplicate fixes of alias checkers

Nathan James via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 30 11:07:36 PDT 2020


njames93 added a comment.

In D80753#2064857 <https://reviews.llvm.org/D80753#2064857>, @Daniel599 wrote:

> I have made the needed changes in order to detect a conflict in duplicated fix-it of aliased checkers and also added a test for it.
>  Now I`ll try to work on combining aliased errors together,  any tips regarding this feature?


Here is a quick draft I built up for this ClangTidyDiagnosticsConsumer.cpp <https://gist.github.com/njames93/b99b0a8dcf88fdedf009da21f4d586a5> lmk what you think.
Some of the handling probably can be changed for conflicting fix its.


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

https://reviews.llvm.org/D80753





More information about the llvm-commits mailing list