File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -8,3 +8,7 @@ cert-dcl50-cpp
8
8
The cert-dcl50-cpp check is an alias, please see
9
9
`modernize-avoid-variadic-functions <../modernize/avoid-variadic-functions.html >`_
10
10
for more information.
11
+
12
+ This check corresponds to the CERT C++ Coding Standard rule
13
+ `DCL50-CPP. Do not define a C-style variadic function
14
+ <https://www.securecoding.cert.org/confluence/display/cplusplus/DCL50-CPP.+Do+not+define+a+C-style+variadic+function> `_.
Original file line number Diff line number Diff line change @@ -6,8 +6,9 @@ modernize-avoid-variadic-functions
6
6
Find all function definitions (but not declarations) of C-style variadic
7
7
functions.
8
8
9
- Instead of C-style variadic functions, C++ function parameter pack or currying
10
- should be used.
9
+ Instead of C-style variadic functions, C++ function parameter pack should be
10
+ used.
11
+
11
12
12
13
References
13
14
----------
You can’t perform that action at this time.
0 commit comments