================ @@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
