njames93 added inline comments.

================
Comment at: clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp:726
+      unsigned ErrorIndex = ErrorAndDiscarded.first;
+      const auto &Discarded = ErrorAndDiscarded.second;
+      if (!Apply[ErrorIndex])
----------------
Eugene.Zelenko wrote:
> Please don't use auto unless type is spelled in same statement or iterator.
What if the type is ``llvm::SmallDenseSet<const clang::tooling::Replacement *, 
4, llvm::DenseMapInfo<const clang::tooling::Replacement *> >``


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73203



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

Reply via email to