================ @@ -0,0 +1,474 @@ +// RUN: %check_clang_tidy -check-suffixes=BASE -std=c++11 %s readability-redundant-nested-if %t -- -- -fno-delayed-template-parsing ---------------- vbvictor wrote:
```suggestion // RUN: %check_clang_tidy -check-suffixes=BASE -std=c++11-or-later %s readability-redundant-nested-if %t -- -- -fno-delayed-template-parsing ``` Use `or-later` when possible (should be everywhere) https://github.com/llvm/llvm-project/pull/181558 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
