[clang-tools-extra] [clang-tidy] Ignore deleted ctor in `bugprone-forwarding-reference-overload` (PR #88138)
Congcong Cai via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 15 07:18:00 PDT 2024
================
@@ -286,6 +286,10 @@ Changes in existing checks
check by resolving fix-it overlaps in template code by disregarding implicit
instances.
+- Improved :doc:`bugprone-forwarding-reference-overload
+ <clang-tidy/checks/bugprone/forwarding-reference-overload>`
+ check to not flag deleted constructors which are unable to hide anything.
----------------
HerrCai0907 wrote:
Could you use more clear description in release note.
e.g. `by ignoring deleted ctor`
https://github.com/llvm/llvm-project/pull/88138
More information about the cfe-commits
mailing list