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