flx added inline comments.

================
Comment at: clang-tidy/utils/TypeTraits.cpp:131
@@ +130,3 @@
+  return Record->hasNonTrivialMoveConstructor();
+}
+
----------------
Done. Shortened this now to just check whether the type has a non-trivial move 
constructor or assignment operator. For the test to work I had to make sure the 
constructors/operators there are also non-trivial.



http://reviews.llvm.org/D20277



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to