[clang-tools-extra] [clang-tidy] comment braced-init list arguments (PR #180408)
Victor Chernyakin via cfe-commits
cfe-commits at lists.llvm.org
Sun Feb 8 12:26:59 PST 2026
================
@@ -1,4 +1,13 @@
-// RUN: %check_clang_tidy %s bugprone-argument-comment %t -- \
+// RUN: %check_clang_tidy -std=c++11 %s bugprone-argument-comment %t -- \
----------------
localspook wrote:
```suggestion
// RUN: %check_clang_tidy -std=c++11, c++14,c++17 %s bugprone-argument-comment %t -- \
```
https://github.com/llvm/llvm-project/pull/180408
More information about the cfe-commits
mailing list