[PATCH] D18961: Add a readability-deleted-default clang-tidy check.

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 11 08:29:10 PDT 2016


alexfh added inline comments.

================
Comment at:  clang-tidy/readability/DeletedDefaultCheck.cpp:82
@@ +81,3 @@
+  }
+  if (const auto* copy_assignment =
+          Result.Nodes.getNodeAs<CXXMethodDecl>("copy-assignment")) {
----------------
nit: CopyAssignment


http://reviews.llvm.org/D18961





More information about the cfe-commits mailing list