[PATCH] D18265: [clang-tidy] New: checker misc-assign-operator-return
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 29 07:59:39 PDT 2016
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
Aside from the copy-pasta, looks good.
================
Comment at: clang-tidy/misc/AssignOperatorCheck.cpp:74
@@ +73,3 @@
+ } else {
+ std::string Name = ;
+
----------------
This doesn't look like it will compile. ;-) You can fix as part of the commit (does not require additional review).
http://reviews.llvm.org/D18265
More information about the cfe-commits
mailing list