[clang-tools-extra] [clang-tidy] comment braced-init list arguments (PR #180408)
Daniil Dudkin via cfe-commits
cfe-commits at lists.llvm.org
Sat Feb 14 14:03:37 PST 2026
unterumarmung wrote:
You were right on this, and I updated the patch to match the feedback. Braced-init commenting is now option-based (`CommentAnonymousInitLists` and `CommentTypedInitLists`, both default `false`) rather than always on, so it stays consistent with the existing `Comment*` knobs. I also moved the GH171842 cases into a separate `argument-comment-init-list.cpp`, updated the docs and release notes accordingly, and addressed the smaller nits from review.
@vbvictor @maflcko @localspook Please take a look
https://github.com/llvm/llvm-project/pull/180408
More information about the cfe-commits
mailing list