[PATCH] D137205: [clang-tidy] Add performance-unnecessary-copy-on-last-use check
Aaron Gokaslan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 22 13:54:14 PST 2022
Skylion007 requested changes to this revision.
Skylion007 added a comment.
This revision now requires changes to proceed.
Typo
================
Comment at: clang-tools-extra/clang-tidy/performance/UnnecessaryCopyOnLastUseCheck.cpp:227
+
+ auto const IsMoveAssingable = cxxOperatorCallExpr(
+ hasDeclaration(cxxMethodDecl(
----------------
Typo: IsMoveAssignable
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137205/new/
https://reviews.llvm.org/D137205
More information about the cfe-commits
mailing list