flx added inline comments.
================
Comment at: clang-tidy/utils/TypeTraits.cpp:131
@@ +130,3 @@
+ for (const auto *Constructor : Record->ctors()) {
+ if (Constructor->isMoveConstructor() && !Constructor->isDeleted())
+ return true;
----------------
Sorry I missed this. Will address it in the next revision.http://reviews.llvm.org/D20277 _______________________________________________ cfe-commits mailing list [email protected] http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
