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

Eugene Zelenko via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 8 11:34:43 PDT 2016


Eugene.Zelenko added inline comments.

================
Comment at: clang-tidy/readability/RedundantMemberInitCheck.cpp:36
@@ +35,3 @@
+
+  using std::begin;
+  using std::end;
----------------
begin() and end() are not used extensively. Why not to use std::?


Repository:
  rL LLVM

https://reviews.llvm.org/D24339





More information about the cfe-commits mailing list