================
@@ -141,8 +141,9 @@ 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.
+  - Comments braced-init list arguments such as ``{}`` and ``Type{}``.
 
----------------
EugeneZelenko wrote:

```suggestion
  <clang-tidy/checks/bugprone/argument-comment>`:
  
  - Also checks for C++11 inherited constructors.
   
  - Comments braced-init list arguments such as ``{}`` and ``Type{}``.

```

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