[PATCH] D24339: [clang-tidy] Add check 'readability-redundant-member-init'

Piotr Padlewski via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 8 11:33:36 PDT 2016


Prazek added inline comments.

================
Comment at: clang-tidy/readability/RedundantMemberInitCheck.cpp:34
@@ +33,3 @@
+  const auto *Construct = Result.Nodes.getNodeAs<CXXConstructExpr>("construct");
+  const auto arguments = Construct->arguments();
+
----------------
Arguments (upper case)


Repository:
  rL LLVM

https://reviews.llvm.org/D24339





More information about the cfe-commits mailing list