mirror of
https://github.com/github/codeql.git
synced 2026-03-28 02:08:17 +01: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)`.
|