Extra Clang Tools 5 documentation

clang-tidy - cert-dcl50-cpp

«  cert-dcl21-cpp   ::   Contents   ::   cert-dcl54-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.

«  cert-dcl21-cpp   ::   Contents   ::   cert-dcl54-cpp  »