================ @@ -0,0 +1,56 @@ +// RUN: %check_clang_tidy %s readability-use-rethrow %t ---------------- localspook wrote:
We're not very good about testing checks in C++98, but it looks like it should be pretty easy to do here? ```suggestion // RUN: %check_clang_tidy -std=c++98-or-later %s readability-use-rethrow %t ``` https://github.com/llvm/llvm-project/pull/190580 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
