================ @@ -1,4 +1,12 @@ -// RUN: %check_clang_tidy -std=c++14-or-later %s modernize-use-trailing-return-type %t -- -- -fdeclspec -fexceptions -DCOMMAND_LINE_INT=int +// RUN: %check_clang_tidy \ +// RUN: -std=c++14-or-later %s modernize-use-trailing-return-type %t -- \ +// RUN: -- -fdeclspec -fexceptions -DCOMMAND_LINE_INT=int +// RUN: %check_clang_tidy -check-suffixes=,EVEN-WHEN-VOID \ ---------------- vbvictor wrote:
Please, use new suffix, not `EVEN-WHEN-VOID` https://github.com/llvm/llvm-project/pull/129406 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits