================
@@ -374,7 +369,8 @@ Changes in existing checks
   <clang-tidy/checks/misc/const-correctness>` check to avoid false
   positives when pointers is transferred to non-const references
   and avoid false positives of function pointer and fix false
-  positives on return of non-const pointer.
+  positives on return of non-const pointer and fix false positive on
----------------
vbvictor wrote:

```suggestion
  positives on return of non-const pointer and fix false positives on
```
Since we use `positives on return` already

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

Reply via email to