malcolm.parsons marked 2 inline comments as done.
malcolm.parsons added inline comments.


================
Comment at: 
clang-tools-extra/test/clang-tidy/checkers/modernize-use-default-member-init.cpp:294
   int e3 = {5};
-  int e4 = 5;
+  int e4{5};
   int e5 = -5;
----------------
JonasToth wrote:
> are those related to this patch?
Yes - checking that this style of initialisation works in all cases.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72630



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

Reply via email to