blob: 5fc1fbfbb58e765cf065082c44028929997756b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
.. 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
<https://www.securecoding.cert.org/confluence/display/cplusplus/DCL50-CPP.+Do+not+define+a+C-style+variadic+function>`_.
|