Skip to content

Commit c2871f4

Browse files
calumgrantjketema
andcommitted
Update cpp/ql/lib/semmle/code/cpp/Function.qll
Co-authored-by: Jeroen Ketema <[email protected]>
1 parent 4a14a3c commit c2871f4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

cpp/ql/lib/semmle/code/cpp/Function.qll

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -651,9 +651,8 @@ class FunctionDeclarationEntry extends DeclarationEntry, @fun_decl {
651651

652652
/**
653653
* Holds if this declaration is an implicit function declaration, that is,
654-
* where a function is used before it is declared (under older C standards).
655-
* This can also happen in standalone extraction when a function has not been
656-
* properly declared.
654+
* where a function is used before it is declared (under older C standards,
655+
* or when there were parse errors).
657656
*/
658657
predicate isImplicit() { fun_implicit(underlyingElement(this)) }
659658

0 commit comments

Comments
 (0)