================ @@ -0,0 +1,24 @@ +// RUN: %check_clang_tidy %s readability-else-after-return %t -- -- -std=c++20 ---------------- vbvictor wrote:
```suggestion // RUN: %check_clang_tidy -std=c++20-or-later %s readability-else-after-return %t ``` https://github.com/llvm/llvm-project/pull/184684 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
