[PATCH] D135476: [clang-tidy] Support concepts in `bugprone-forwarding-reference-overload`
Evgeny Shulgin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 7 14:01:14 PDT 2022
Izaron marked an inline comment as done.
Izaron added inline comments.
================
Comment at: clang-tools-extra/docs/clang-tidy/checks/bugprone/forwarding-reference-overload.rst:54
constructor could hide in this case. We also suppress warnings for constructors
-like C3 and C4 that are guarded with an ``enable_if``, assuming the programmer was
+like C3-C6 that are guarded with an ``enable_if`` or a concept, assuming the programmer was
aware of the possible hiding.
----------------
Eugene.Zelenko wrote:
> Please follow 80 characters limit.
Thanks! I ran `git clang-format HEAD~1` before commiting, but it didn't modify this file. Seems like it doesn't see `.rst` files.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135476/new/
https://reviews.llvm.org/D135476
More information about the cfe-commits
mailing list