================ @@ -0,0 +1,66 @@ +.. title:: clang-tidy - misc-use-braced-initialization + +misc-use-braced-initialization +============================== + +Suggests replacing parenthesized initialization with braced initialization. + +Braced initialization has several advantages over parenthesized initialization: ---------------- localspook wrote:
Nit: the previous sentence has already established that we're comparing against paren init, so repeating it here feels unnecessary: ```suggestion Braced initialization has several advantages: ``` https://github.com/llvm/llvm-project/pull/184009 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
