PiotrZSL added inline comments.

================
Comment at: 
clang-tools-extra/clang-tidy/modernize/UseDefaultMemberInitCheck.cpp:274-276
+  if (isa<ArrayType>(InitType)) {
+    return;
+  }
----------------
instead of ignoring array types, better would be just not provide FixItHints 
for them, so WRN would stil be emited.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152802

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

Reply via email to