Prazek added inline comments.

================
Comment at: clang-tidy/misc/UseAfterMoveCheck.cpp:191
@@ +190,3 @@
+
+    if (const Stmt *S = Node.get<Stmt>()) {
+      Result.push_back(S);
----------------
Dry: const auto *



https://reviews.llvm.org/D23353



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

Reply via email to