================
@@ -1,4 +1,7 @@
-// RUN: %check_clang_tidy -std=c++11-or-later %s 
readability-container-contains %t
+// RUN: %check_clang_tidy -std=c++11-or-later %s 
readability-container-contains %t -- \
----------------
localspook wrote:

```suggestion
// RUN: %check_clang_tidy %s readability-container-contains %t -- \
```
This is unrelated, but since we're changing this line anyway: 
`-std=c++11-or-later` is the default, so we can remove it

https://github.com/llvm/llvm-project/pull/157243
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to