This diff moves ExprSequence helper structure out of misc/UseAfterMove.cpp source file so that it becomes available to all the checks. Now, new checks will profit from being able to find the potential sequences of expressions.
Notably, some day we might want to refactor the similar functionality from Sema in clang. It might require much more work, though.
I don't think it is required