[clang-tools-extra] [clang-tidy] comment braced-init list arguments (PR #180408)

Baranov Victor via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 19 13:18:07 PST 2026


================
@@ -1,4 +1,4 @@
-// RUN: %check_clang_tidy %s bugprone-argument-comment %t -- \
+// RUN: %check_clang_tidy -std=c++11,c++14,c++17 %s bugprone-argument-comment %t -- \
----------------
vbvictor wrote:

By default it's `c++11-or-later`, why this is chaged?

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


More information about the cfe-commits mailing list