================
@@ -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`
----------------
vbvictor wrote:

```suggestion
  <clang-tidy/checks/cppcoreguidelines/owning-memory>` check to detect ``new``
```

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