================ @@ -119,6 +120,8 @@ class ReadabilityModule : public ClangTidyModule { "readability-redundant-preprocessor"); CheckFactories.registerCheck<ReferenceToConstructedTemporaryCheck>( "readability-reference-to-constructed-temporary"); + CheckFactories.registerCheck<ReturnExpressionInVoidFunctionCheck>( + "readability-return-expression-in-void-function"); ---------------- PiotrZSL wrote:
I'm not sure about this name, if this is about return argument, or just an 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