================
@@ -633,19 +657,28 @@ Changes in existing checks
   filenames) to allow intentional duplicates.
 
 - Improved :doc:`readability-identifier-naming
-  <clang-tidy/checks/readability/identifier-naming>` check by ignoring
-  declarations and macros in system headers. The documentation is also improved
-  to differentiate the general options from the specific ones. Options for
-  fine-grained control over ``constexpr`` variables were added. Added default
-  options which simplify configs by removing the need to specify each
-  identifier kind separately.
+  <clang-tidy/checks/readability/identifier-naming>` check:
+  
+  - Now ignores declarations and macros in system headers.
+  
+  - The documentation is improved to differentiate the general options from the
+  specific ones.
+  
+  - Options for fine-grained control over ``constexpr`` variables were added.
+  
+  - Added default options which simplify configs by removing the need to 
specify
+    each identifier kind separately.
 
 - Improved :doc:`readability-implicit-bool-conversion
-  <clang-tidy/checks/readability/implicit-bool-conversion>` check by correctly
-  adding parentheses when inner expressions are implicitly converted multiple
-  times, enabling the check for C99 and later standards, and allowing implicit
-  conversions from ``bool`` to integer when used as operands of logical
-  operators (``&&``, ``||``) in C.
+  <clang-tidy/checks/readability/implicit-bool-conversion>` check:
+  
+  - Now correctly adds parentheses when inner expressions are implicitly
+  converted multiple times.
----------------
EugeneZelenko wrote:

```suggestion
    converted multiple times.
```

https://github.com/llvm/llvm-project/pull/174686
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to