njames93 added inline comments.
================ Comment at: clang-tools-extra/clang-tidy/modernize/UseEmplaceCheck.cpp:138 + on(hasType(hasCanonicalType(hasDeclaration( + namedDecl(hasAnyName(ContainersWithPushBack))))))); ---------------- Sorry about that, not sure what happened. Anyway same goes for below, use a cxxRecordDecl matcher instead of namedDecl. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D132640/new/ https://reviews.llvm.org/D132640 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits