[clang-tools-extra] [clang-tidy] Ignore deleted ctor in `bugprone-forwarding-reference-overload` (PR #88138)
Mike Weller via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 17 01:17:52 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.
----------------
MikeWeller wrote:
Done in bab66e1, let me know if you have a better suggestion
https://github.com/llvm/llvm-project/pull/88138
More information about the cfe-commits
mailing list