[PATCH] D71199: [clang-tidy] New check cppcoreguidelines-prefer-initialization-list

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 16 06:04:43 PST 2020


Eugene.Zelenko added inline comments.


================
Comment at: clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-prefer-member-initializer.rst:72
+
+    C(int nn, int mm) : n(nn) {
+      if (dice())
----------------
Please make indentation 2 characters, same as in above code snippets.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71199/new/

https://reviews.llvm.org/D71199





More information about the cfe-commits mailing list