================ @@ -0,0 +1,17 @@ +.. title:: clang-tidy - modernize-avoid-variadic-functions + +modernize-avoid-variadic-functions +================================== + +Find all function definitions (but not declarations) of C-style variadic +functions. + +Instead of C-style variadic functions, C++ function parameter pack or currying ---------------- vbvictor wrote:
Enhanced docs a little to give alternatives here and not it `clang-tidy` warning. https://github.com/llvm/llvm-project/pull/157737 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
