[all-commits] [llvm/llvm-project] b7db2e: [Clang-Tidy][NFC] Simplify check cppcoreguidelines...
Yanzuo Liu via All-commits
all-commits at lists.llvm.org
Wed May 7 12:39:52 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b7db2e1fc0705807fe7f02b790d1a7c998287bda
https://github.com/llvm/llvm-project/commit/b7db2e1fc0705807fe7f02b790d1a7c998287bda
Author: Yanzuo Liu <zwuis at outlook.com>
Date: 2025-05-07 (Wed, 07 May 2025)
Changed paths:
M clang-tools-extra/clang-tidy/cppcoreguidelines/MissingStdForwardCheck.cpp
Log Message:
-----------
[Clang-Tidy][NFC] Simplify check cppcoreguidelines-missing-std-forward (#138504)
Remove `CaptureInCopy` because the cases handled by it are covered by
`CaptureByRefExplicit`.
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