hokein accepted this revision.
hokein added a comment.
This revision is now accepted and ready to land.
The code looks good.
================
Comment at: clang-tidy/misc/UseAfterMoveCheck.cpp:579
DiagnosticIDs::Note);
+ } else if(UseLoc < MoveLoc || Use.DeclRef == MoveArg) {
+ Check->diag(UseLoc,
----------------
A space after `if`.
https://reviews.llvm.org/D25612
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits