[PATCH] D23353: [clang-tidy] Add check 'misc-use-after-move'

Piotr Padlewski via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 1 11:59:31 PDT 2016


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





More information about the cfe-commits mailing list