alexfh accepted this revision. alexfh added a comment. Still LG
================
Comment at: test/clang-tidy/bugprone-use-after-move.cpp:1141
+ A a1;
+ if (A a2= std::move(a1)) {
+ std::move(a2);
----------------
nit: clang-format this, please.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D49918
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
