[clang-tools-extra] [clang-tidy] comment braced-init list arguments (PR #180408)
via cfe-commits
cfe-commits at lists.llvm.org
Sun Mar 15 15:49:22 PDT 2026
================
@@ -46,6 +46,8 @@ class ArgumentCommentCheck : public ClangTidyCheck {
const unsigned CommentStringLiterals : 1;
const unsigned CommentUserDefinedLiterals : 1;
const unsigned CommentCharacterLiterals : 1;
+ const unsigned CommentAnonymousInitLists : 1;
----------------
EugeneZelenko wrote:
Ditto.
https://github.com/llvm/llvm-project/pull/180408
More information about the cfe-commits
mailing list