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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to