mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Use .inc.qhelp extension for included help files
This commit is contained in:
11
cpp/ql/src/Critical/pointsToWarning.inc.qhelp
Normal file
11
cpp/ql/src/Critical/pointsToWarning.inc.qhelp
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE qhelp PUBLIC
|
||||
"-//Semmle//qhelp//EN"
|
||||
"qhelp.dtd">
|
||||
<qhelp>
|
||||
<fragment>
|
||||
<warning>
|
||||
This check is an approximation, so some results may not be actual defects in the program. It is not possible
|
||||
in general to compute the values of pointers without running the program with all input data.
|
||||
</warning>
|
||||
</fragment>
|
||||
</qhelp>
|
||||
Reference in New Issue
Block a user