================ @@ -0,0 +1,13 @@ +// RUN: %check_clang_tidy -std=c++23-or-later %s modernize-use-std-print %t -- \ +// RUN: -- -fexceptions ---------------- localspook wrote:
Is `--fexceptions` necessary? ```suggestion // RUN: %check_clang_tidy -std=c++23-or-later %s modernize-use-std-print %t ``` https://github.com/llvm/llvm-project/pull/188394 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
