mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
10 lines
390 B
Markdown
10 lines
390 B
Markdown
## 5.4.0
|
|
|
|
### New Features
|
|
|
|
* Exposed various SSA-related classes (`Definition`, `PhiNode`, `ExplicitDefinition`, `DirectExplicitDefinition`, and `IndirectExplicitDefinition`) which were previously only usable inside the internal dataflow directory.
|
|
|
|
### Minor Analysis Improvements
|
|
|
|
* The `cpp/overrun-write` query now recognizes more bound checks and thus produces fewer false positives.
|