.. title:: clang-tidy - cert-dcl50-cpp cert-dcl50-cpp ============== This check flags all function definitions (but not declarations) of C-style variadic functions. This check corresponds to the CERT C++ Coding Standard rule `DCL50-CPP. Do not define a C-style variadic function `_.