[all-commits] [llvm/llvm-project] 0e3250: [clang-tidy] Support concepts in `bugprone-forward...
Evgeny Shulgin via All-commits
all-commits at lists.llvm.org
Sat Jul 22 12:52:10 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0e325081192be951a9d54bb246ef030c37bffd21
https://github.com/llvm/llvm-project/commit/0e325081192be951a9d54bb246ef030c37bffd21
Author: Evgeny Shulgin <izaronplatz at gmail.com>
Date: 2023-07-22 (Sat, 22 Jul 2023)
Changed paths:
M clang-tools-extra/clang-tidy/bugprone/ForwardingReferenceOverloadCheck.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/docs/clang-tidy/checks/bugprone/forwarding-reference-overload.rst
A clang-tools-extra/test/clang-tidy/checkers/bugprone/forwarding-reference-overload-concepts.cpp
Log Message:
-----------
[clang-tidy] Support concepts in `bugprone-forwarding-reference-overload`
Ignore constrained perfect forwarding constructors.
Fixes: #58230
Reviewed By: PiotrZSL
Differential Revision: https://reviews.llvm.org/D135476
More information about the All-commits
mailing list