================ Comment at: clang-tidy/readability/SimplifyBooleanExpr.h:19 @@ +18,3 @@ + +/// \brief Replace copy and swap tricks on shrinkable containers with the +/// \c shrink_to_fit() method call. ---------------- sbenza wrote: > Comment is a copy-paste from some other check. D'oh! Thanks for catching this and your other comments as well, they've been very helpful.
http://reviews.llvm.org/D7648 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
