================ @@ -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 +should be used. + +References +---------- + +This check corresponds to the CERT C++ Coding Standard rule ---------------- vbvictor wrote:
I'd place link to CERT in both docs (hoping it won't become outdated) https://github.com/llvm/llvm-project/pull/157737 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits