[clang-tools-extra] [clang-tidy] Handle auto&& in missing-std-forward (PR #220164)
Zeyi Xu via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 3 01:11:00 PDT 2026
================
@@ -150,10 +144,14 @@ infrastructure are described first, followed by tool-specific sections.
- Improved {doc}`cppcoreguidelines-pro-type-member-init
<clang-tidy/checks/cppcoreguidelines/pro-type-member-init>` check by treating
`std::array` the same as built-in arrays when `IgnoreArrays` option is enabled.
-
+
- Improved {doc}`cppcoreguidelines-use-enum-class
<clang-tidy/checks/cppcoreguidelines/use-enum-class>` check by omitting unnamed enums from the `enum class` requirement, as previously the check suggested users an ill-formed fix.
+- Improved {doc}`cppcoreguidelines-missing-std-forward
----------------
zeyi2 wrote:
Please maintain alphabetical order :)
https://github.com/llvm/llvm-project/pull/220164
More information about the cfe-commits
mailing list