================
@@ -208,6 +208,11 @@ New check aliases
 Changes in existing checks
 ^^^^^^^^^^^^^^^^^^^^^^^^^^
 
+- Improved :doc:`bugprone-assert-side-effect
+  <clang-tidy/checks/bugprone/assert-side-effect>` check to report usage of
+  non-const `<<` and `>>` operators in assertions and fixed some 
false-positives
----------------
PiotrZSL wrote:

```suggestion
  non-const ``<<`` and ``>>`` operators in assertions and fixed some 
false-positives
```

https://github.com/llvm/llvm-project/pull/71974
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to