[clang-tools-extra] [clang-tidy][readability-named-parameter] Add an option to print names without comment (PR #147953)

Baranov Victor via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 10 09:03:11 PDT 2025


================
@@ -1,29 +1,46 @@
 // RUN: %check_clang_tidy %s readability-named-parameter %t
+// RUN: %check_clang_tidy -check-suffix=PLAIN-NAMES %s readability-named-parameter %t -- -config="{CheckOptions: [{key: readability-named-parameter.InsertPlainNamesInForwardDecls, value: true}]}"
----------------
vbvictor wrote:

I'd suggest making this command in multiple lines, so that we don't have one line ~200 characters line.

https://github.com/llvm/llvm-project/pull/147953


More information about the cfe-commits mailing list