================
@@ -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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to