[PATCH] D13381: Handle trailing underscores on modernize-loop-convert variable namer.

Manuel Klimek via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 2 06:12:25 PDT 2015


klimek added inline comments.

================
Comment at: clang-tidy/modernize/LoopConvertUtils.cpp:822
@@ -821,1 +821,3 @@
     IteratorName = ContainerName.substr(0, Len - 1);
+    // Ej: (auto thing : things)
+    if (!declarationExists(IteratorName))
----------------
Do you mean: E.g.?


http://reviews.llvm.org/D13381





More information about the cfe-commits mailing list