klimek accepted this revision.
klimek added a comment.
This revision is now accepted and ready to land.

lg


================
Comment at: clang-tidy/modernize/LoopConvertCheck.cpp:529
@@ -527,1 +528,3 @@
             Range = Paren->getSourceRange();
+          } else if (const auto *Uop = Parents[0].get<UnaryOperator>()) {
+            // If we are taking the address of the loop variable, then we must
----------------
Use "UOP".


http://reviews.llvm.org/D13431



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

Reply via email to