mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
390 B
390 B
5.4.0
New Features
- Exposed various SSA-related classes (
Definition,PhiNode,ExplicitDefinition,DirectExplicitDefinition, andIndirectExplicitDefinition) which were previously only usable inside the internal dataflow directory.
Minor Analysis Improvements
- The
cpp/overrun-writequery now recognizes more bound checks and thus produces fewer false positives.