[all-commits] [llvm/llvm-project] 9760b6: [clang-tidy] Ignore deleted ctor in `bugprone-forw...
Mike Weller via All-commits
all-commits at lists.llvm.org
Thu Apr 18 00:19:28 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9760b6b1ecff3d3c43d182ea488fa34a82472a3e
https://github.com/llvm/llvm-project/commit/9760b6b1ecff3d3c43d182ea488fa34a82472a3e
Author: Mike Weller <mike at mikeweller.com>
Date: 2024-04-18 (Thu, 18 Apr 2024)
Changed paths:
M clang-tools-extra/clang-tidy/bugprone/ForwardingReferenceOverloadCheck.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/test/clang-tidy/checkers/bugprone/forwarding-reference-overload.cpp
Log Message:
-----------
[clang-tidy] Ignore deleted ctor in `bugprone-forwarding-reference-overload` (#88138)
Fix `bugprone-forwarding-reference-overload` so it doesn't report a
constructor that is deleted.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list