[llvm-branch-commits] [clang-tools-extra] [clang-tidy] support to detect conversion in `make_optional` for `bugprone-optional-value-conversion` (PR #130417)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sun Mar 9 07:56:29 PDT 2025
================
@@ -115,6 +115,10 @@ Changes in existing checks
no longer be needed and will be removed. Also fixing false positive from
const reference accessors to objects containing optional member.
+- Improved :doc:`bugprone-optional-value-conversion
----------------
EugeneZelenko wrote:
Should be first entry in this list.
https://github.com/llvm/llvm-project/pull/130417
More information about the llvm-branch-commits
mailing list