alexfh accepted this revision. alexfh added a comment. This revision is now accepted and ready to land.
Looks good with one nit. I'll fix and commit the patch. Thank you! ================ Comment at: clang-tidy/performance/ImplicitCastInLoopCheck.cpp:79 @@ +78,3 @@ + // code at the end). + if (IsNonTrivialImplicitCast(Materialized->getTemporary())) { + ReportAndFix(Result.Context, VD, OperatorCall); ---------------- No braces needed around single-line `if` bodies. Repository: rL LLVM http://reviews.llvm.org/D16721 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits