Eugene.Zelenko added inline comments.

================
Comment at: clang-tidy/readability/DuplicatedAccessSpecifiersCheck.cpp:36
+       NS != NSEnd; ++NS) {
+    const auto *decl = *NS;
+
----------------
Type is not obvious here, so please don't use auto.


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

https://reviews.llvm.org/D55793



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

Reply via email to