================
@@ -283,6 +283,10 @@ Changes in existing checks
   <clang-tidy/checks/cppcoreguidelines/missing-std-forward>` check by fixing
   a false positive for constrained template parameters.
 
+- Improved :doc:`cppcoreguidelines-owning-memory
+  <clang-tidy/checks/cppcoreguidelines/owning-memory>` check to detect `new`
+  expressions through implicit casts (e.g., `C* x = new D`).
----------------
vbvictor wrote:

```suggestion
  expressions through implicit casts (e.g., ``C* x = new D``).
```

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

Reply via email to