Skip to content

Commit 50681a3

Browse files
committed
C++: Add note to the .qhelp.
1 parent bb9873d commit 50681a3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cpp/ql/src/Likely Bugs/Underspecified Functions/ImplicitFunctionDeclaration.qhelp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ function may behave unpredictably.</p>
1414
<p>This may indicate a misspelled function name, or that the required header containing
1515
the function declaration has not been included.</p>
1616

17+
<p>Note: This query is not compatible with build mode: none databases, and produces
18+
no results on those databases.</p>
19+
1720
</overview>
1821
<recommendation>
1922
<p>Provide an explicit declaration of the function before invoking it.</p>
@@ -26,4 +29,4 @@ the function declaration has not been included.</p>
2629
<references>
2730
<li>SEI CERT C Coding Standard: <a href="https://wiki.sei.cmu.edu/confluence/display/c/DCL31-C.+Declare+identifiers+before+using+them">DCL31-C. Declare identifiers before using them</a></li>
2831
</references>
29-
</qhelp>
32+
</qhelp>

0 commit comments

Comments
 (0)