[clang-tools-extra] [clang-tidy] comment braced-init list arguments (PR #180408)
via cfe-commits
cfe-commits at lists.llvm.org
Sat Feb 14 18:00:29 PST 2026
================
@@ -146,8 +146,11 @@ Changes in existing checks
^^^^^^^^^^^^^^^^^^^^^^^^^^
- Improved :doc:`bugprone-argument-comment
- <clang-tidy/checks/bugprone/argument-comment>` to also check for C++11
- inherited constructors.
+ <clang-tidy/checks/bugprone/argument-comment>`:
+ - Also checks for C++11 inherited constructors.
+ - Adds ``CommentAnonymousInitLists`` and ``CommentTypedInitLists`` options
----------------
EugeneZelenko wrote:
```suggestion
- Adds `CommentAnonymousInitLists` and `CommentTypedInitLists` options
```
Single back-ticks for option names and values.
https://github.com/llvm/llvm-project/pull/180408
More information about the cfe-commits
mailing list