[PATCH] D23353: [clang-tidy] Add check 'misc-use-after-move'
Alexander Kornienko via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 7 05:13:11 PDT 2016
alexfh accepted this revision.
alexfh added a comment.
This revision is now accepted and ready to land.
LG
================
Comment at: clang-tidy/misc/UseAfterMoveCheck.cpp:30
@@ +29,3 @@
+/// a `CFGBlock`.
+///
+/// While a `CFGBlock` does contain individual `CFGElement`s for some
----------------
Yep, you're right. I was thinking about .rst, probably.
https://reviews.llvm.org/D23353
More information about the cfe-commits
mailing list