mirror of
https://github.com/github/codeql.git
synced 2026-01-17 08:24:46 +01:00
14 lines
476 B
XML
14 lines
476 B
XML
<!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 actual branch taken in conditional statements such
|
|
as "if" without running the program with all possible input data. This means that it is not possible
|
|
to determine if a particular statement is going to be executed.
|
|
</warning>
|
|
</fragment>
|
|
</qhelp>
|