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

Daniel via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat May 30 22:18:04 PDT 2020


Daniel599 marked 2 inline comments as done.
Daniel599 added inline comments.


================
Comment at: clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.h:51
   bool IsWarningAsError;
+  std::vector<std::string> EnabledDiagnosticAliases;
 };
----------------
njames93 wrote:
> Just ignore this, but do you ever get so bored and feel the need to save 24 bytes... https://gist.github.com/njames93/aac662ca52d345245e5e6f5dbc47d484 :)
That's a really cool trick, good to know :)


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

https://reviews.llvm.org/D80753





More information about the cfe-commits mailing list