mirror of
https://github.com/github/codeql.git
synced 2026-04-27 01:35:13 +02:00
5 lines
183 B
Markdown
5 lines
183 B
Markdown
---
|
|
category: minorAnalysis
|
|
---
|
|
* The data flow library now disregards flow through code that is dead based on some basic constant propagation, for example, guards like `if (1+1>3)`.
|