[clang-tools-extra] [clang-tidy][performance-unnecessary-value-param] Avoid in coroutines (PR #140912)
Dmitry Polukhin via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 13 02:37:32 PDT 2025
================
@@ -0,0 +1,65 @@
+// RUN: %check_clang_tidy -std=c++20-or-later %s performance-unnecessary-value-param %t -- -fix-errors
----------------
dmpolukhin wrote:
I prefer to have 3 command to also test the default value for the flag.
https://github.com/llvm/llvm-project/pull/140912
More information about the cfe-commits
mailing list