================ @@ -299,6 +299,11 @@ Changes in existing checks an additional matcher that generalizes the copy-and-swap idiom pattern detection. +- Improved :doc:`bugprone-unsafe-functions + <clang-tidy/checks/bugprone/unsafe-functions>` check by omitting the custom + replacement string, when the Reason starts with the character `>` in the ---------------- EugeneZelenko wrote:
```suggestion replacement string, when the reason starts with the character `>` in the ``` https://github.com/llvm/llvm-project/pull/162443 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
