File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
cpp/ql/test/query-tests/Likely Bugs/Underspecified Functions Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,8 @@ void test(int *argv[]) {
30
30
31
31
not_yet_declared1 (1 ); // BAD (GOOD for everything except for cpp/implicit-function-declaration)
32
32
not_yet_declared2 (1 ); // BAD (GOOD for everything except for cpp/implicit-function-declaration)
33
- not_yet_declared2 (ca ); // BAD (GOOD for everything except for cpp/mistyped-function-arguments)
33
+ not_yet_declared2 (ca ); // BAD (GOOD for everything except for cpp/mistyped-function-arguments
34
+ // and cpp/too-few-arguments. Not detected in the case of cpp/too-few-arguments.)
34
35
not_yet_declared2 (); // BAD [NOT DETECTED] (GOOD for everything except for cpp/too-few-arguments)
35
36
36
37
declared_empty_defined_with (); // BAD
You can’t perform that action at this time.
0 commit comments