[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


================
@@ -43,6 +43,9 @@ ArgumentCommentCheck::ArgumentCommentCheck(StringRef Name,
       CommentUserDefinedLiterals(
           Options.get("CommentUserDefinedLiterals", false)),
       CommentCharacterLiterals(Options.get("CommentCharacterLiterals", false)),
+      CommentAnonymousInitLists(
----------------
EugeneZelenko wrote:

Alphabetical order for options?

https://github.com/llvm/llvm-project/pull/180408


More information about the cfe-commits mailing list