================ @@ -0,0 +1,23 @@ +// RUN: %check_clang_tidy %s readability-return-expression-in-void-function %t + +void f1(); + +void f2() { + return f1(); ---------------- PiotrZSL wrote:
add tests with normal returns: "return;" https://github.com/llvm/llvm-project/pull/76249 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits