JonasToth accepted this revision. JonasToth added a comment. This revision is now accepted and ready to land.
LGTM after the variable names are adjusted ================ Comment at: clang-tools-extra/clang-tidy/performance/NoAutomaticMoveCheck.cpp:32 + + const auto const_local_variable = + varDecl(hasLocalStorage(), unless(hasType(lValueReferenceType())), ---------------- Last nits: all variables do not follow the LLVM convention of camel-casing. Just realized now, sorry Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D70390/new/ https://reviews.llvm.org/D70390 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits